Html Css Color HEX #D05CB8 Fuchsia

📋 copy color: '#D05CB8'

red 208 ◦ green 92 ◦ blue 184

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

Shades of Fuchsia #D05CB8

Tints of Fuchsia #D05CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.02%

R = 42.98%
G = 19.01%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D05CB8 (or 0xD05CB8) is known color: Fuchsia. HEX triplet: D0, 5C and B8. RGB value is (208,92,184). Sum of RGB (Red+Green+Blue) = 208+92+184=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 184 (72.27% from 255 or 38.02% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D05CB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05CB8 is #2FA347. Grayscale: #888888. Windows color (decimal): -3121992 or 12082384. OLE color: 12082384.

HSL color Cylindrical-coordinate representation of color #D05CB8: hue angle of 312.41º 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 #D05CB8 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 92 184 -
CMYK 0 0.56 0.12 0.18
HSL 312.41º 0.55% 0.59% -
HSV(B) 312.41º 0.56% 0.82% -
XYZ 38.49 24.52 48.05 -
YUV 137.17 154.43 178.52 -
System Red Green Blue C M Y K H S L
Decimal 208 92 184 0 0.56 0.12 0.18 312.41 0.55 0.59
Hex D0 5C B8 0 38 C 12 138 37 3B
Octal 320 134 270 0 70 14 22 470 67 73
Binary 11010000 1011100 10111000 0 111000 1100 10010 100111000 110111 111011

Color Harmonies of #D05CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05CB8

Black with #D05CB8

Text Example


Text Example

White with #D05CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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