Html Css Color HEX #D06CB4 Fuchsia

📋 copy color: '#D06CB4'

red 208 ◦ green 108 ◦ blue 180

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

Shades of Fuchsia #D06CB4

Tints of Fuchsia #D06CB4

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.77%

 BLUE value IS 180 (70.7% from 255) = 36.29%

R = 41.94%
G = 21.77%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D06CB4 (or 0xD06CB4) is known color: Fuchsia. HEX triplet: D0, 6C and B4. RGB value is (208,108,180). Sum of RGB (Red+Green+Blue) = 208+108+180=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D06CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06CB4 is #2F934B. Grayscale: #919191. Windows color (decimal): -3117900 or 11824336. OLE color: 11824336.

HSL color Cylindrical-coordinate representation of color #D06CB4: hue angle of 316.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D06CB4 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 108 180 -
CMYK 0 0.48 0.13 0.18
HSL 316.8º 0.52% 0.62% -
HSV(B) 316.8º 0.48% 0.82% -
XYZ 39.61 27.43 46.39 -
YUV 146.11 147.13 172.15 -
System Red Green Blue C M Y K H S L
Decimal 208 108 180 0 0.48 0.13 0.18 316.8 0.52 0.62
Hex D0 6C B4 0 30 D 12 13D 34 3E
Octal 320 154 264 0 60 15 22 475 64 76
Binary 11010000 1101100 10110100 0 110000 1101 10010 100111101 110100 111110

Color Harmonies of #D06CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06CB4

Black with #D06CB4

Text Example


Text Example

White with #D06CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06CB4; }

 p { color: rgb(208,108,180); }

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

background-color css

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

 a { background-color: rgb(208,108,180); }

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

border-color css

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

 span { border-color: rgb(208,108,180); }

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