Html Css Color HEX #D04CBB Fuchsia

📋 copy color: '#D04CBB'

red 208 ◦ green 76 ◦ blue 187

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

Shades of Fuchsia #D04CBB

Tints of Fuchsia #D04CBB

RGB

 RED value IS 208 (81.64% from 255) = 44.16%

 GREEN value IS 76 (30.08% from 255) = 16.14%

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

R = 44.16%
G = 16.14%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D04CBB (or 0xD04CBB) is known color: Fuchsia. HEX triplet: D0, 4C and BB. RGB value is (208,76,187). Sum of RGB (Red+Green+Blue) = 208+76+187=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D04CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04CBB is #2FB344. Grayscale: #7F7F7F. Windows color (decimal): -3126085 or 12274896. OLE color: 12274896.

HSL color Cylindrical-coordinate representation of color #D04CBB: hue angle of 309.55º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D04CBB is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 76 187 -
CMYK 0 0.63 0.10 0.18
HSL 309.55º 0.58% 0.56% -
HSV(B) 309.55º 0.63% 0.82% -
XYZ 37.57 22.17 49.31 -
YUV 128.12 161.23 184.97 -
System Red Green Blue C M Y K H S L
Decimal 208 76 187 0 0.63 0.10 0.18 309.55 0.58 0.56
Hex D0 4C BB 0 3F A 12 136 3A 38
Octal 320 114 273 0 77 12 22 466 72 70
Binary 11010000 1001100 10111011 0 111111 1010 10010 100110110 111010 111000

Color Harmonies of #D04CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04CBB

Black with #D04CBB

Text Example


Text Example

White with #D04CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04CBB; }

 p { color: rgb(208,76,187); }

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

background-color css

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

 a { background-color: rgb(208,76,187); }

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

border-color css

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

 span { border-color: rgb(208,76,187); }

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