Html Css Color HEX #D352BB Fuchsia

📋 copy color: '#D352BB'

red 211 ◦ green 82 ◦ blue 187

#D352BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #D352BB

Tints of Fuchsia #D352BB

RGB

 RED value IS 211 (82.81% from 255) = 43.96%

 GREEN value IS 82 (32.42% from 255) = 17.08%

 BLUE value IS 187 (73.44% from 255) = 38.96%

R = 43.96%
G = 17.08%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D352BB (or 0xD352BB) is known color: Fuchsia. HEX triplet: D3, 52 and BB. RGB value is (211,82,187). Sum of RGB (Red+Green+Blue) = 211+82+187=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 211 - color contains mainly: red. Hex color #D352BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D352BB is #2CAD44. Grayscale: #848484. Windows color (decimal): -2927941 or 12276435. OLE color: 12276435.

HSL color Cylindrical-coordinate representation of color #D352BB: hue angle of 311.16º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D352BB is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 82 187 -
CMYK 0 0.61 0.11 0.17
HSL 311.16º 0.59% 0.57% -
HSV(B) 311.16º 0.61% 0.83% -
XYZ 38.85 23.47 49.5 -
YUV 132.54 158.74 183.96 -
System Red Green Blue C M Y K H S L
Decimal 211 82 187 0 0.61 0.11 0.17 311.16 0.59 0.57
Hex D3 52 BB 0 3D B 11 137 3B 39
Octal 323 122 273 0 75 13 21 467 73 71
Binary 11010011 1010010 10111011 0 111101 1011 10001 100110111 111011 111001

Color Harmonies of #D352BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D352BB

Black with #D352BB

Text Example


Text Example

White with #D352BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D352BB; }

 p { color: rgb(211,82,187); }

 H1.HeaderClassName
 {
   color: #D352BB;
 }
 .AnyTagClassName
 {
   color: #D352BB;
 }
</style>

background-color css

<style>
 a { background-color: #D352BB; }

 a { background-color: rgb(211,82,187); }

 div.DivClassName
 {
   background-color: #D352BB;
 }
 .BgClassName
 {
   background-color: #D352BB;
 }
</style>

border-color css

<style>
 span { border-color: #D352BB; }

 span { border-color: rgb(211,82,187); }

 td.TdClassName
 {
   border-color: #D352BB;
 }
 .TagClassName
 {
   border-color: #D352BB;
 }
</style>