Html Css Color HEX #D05CB2 Fuchsia

📋 copy color: '#D05CB2'

red 208 ◦ green 92 ◦ blue 178

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

Shades of Fuchsia #D05CB2

Tints of Fuchsia #D05CB2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.25%

 BLUE value IS 178 (69.92% from 255) = 37.24%

R = 43.51%
G = 19.25%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D05CB2 (or 0xD05CB2) is known color: Fuchsia. HEX triplet: D0, 5C and B2. RGB value is (208,92,178). Sum of RGB (Red+Green+Blue) = 208+92+178=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 208 - color contains mainly: red. Hex color #D05CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05CB2 is #2FA34D. Grayscale: #888888. Windows color (decimal): -3121998 or 11689168. OLE color: 11689168.

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

Color convert

RGB 208 92 178 -
CMYK 0 0.56 0.14 0.18
HSL 315.52º 0.55% 0.59% -
HSV(B) 315.52º 0.56% 0.82% -
XYZ 37.88 24.28 44.81 -
YUV 136.49 151.43 179.01 -
System Red Green Blue C M Y K H S L
Decimal 208 92 178 0 0.56 0.14 0.18 315.52 0.55 0.59
Hex D0 5C B2 0 38 E 12 13C 37 3B
Octal 320 134 262 0 70 16 22 474 67 73
Binary 11010000 1011100 10110010 0 111000 1110 10010 100111100 110111 111011

Color Harmonies of #D05CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05CB2

Black with #D05CB2

Text Example


Text Example

White with #D05CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05CB2; }

 p { color: rgb(208,92,178); }

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

background-color css

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

 a { background-color: rgb(208,92,178); }

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

border-color css

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

 span { border-color: rgb(208,92,178); }

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