Html Css Color HEX #D15CB2 Fuchsia

📋 copy color: '#D15CB2'

red 209 ◦ green 92 ◦ blue 178

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

Shades of Fuchsia #D15CB2

Tints of Fuchsia #D15CB2

RGB

 RED value IS 209 (82.03% from 255) = 43.63%

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

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

R = 43.63%
G = 19.21%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D15CB2 (or 0xD15CB2) is known color: Fuchsia. HEX triplet: D1, 5C and B2. RGB value is (209,92,178). Sum of RGB (Red+Green+Blue) = 209+92+178=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D15CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15CB2 is #2EA34D. Grayscale: #888888. Windows color (decimal): -3056462 or 11689169. OLE color: 11689169.

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

Color convert

RGB 209 92 178 -
CMYK 0 0.56 0.15 0.18
HSL 315.9º 0.56% 0.59% -
HSV(B) 315.9º 0.56% 0.82% -
XYZ 38.16 24.42 44.82 -
YUV 136.79 151.26 179.51 -
System Red Green Blue C M Y K H S L
Decimal 209 92 178 0 0.56 0.15 0.18 315.9 0.56 0.59
Hex D1 5C B2 0 38 F 12 13C 38 3B
Octal 321 134 262 0 70 17 22 474 70 73
Binary 11010001 1011100 10110010 0 111000 1111 10010 100111100 111000 111011

Color Harmonies of #D15CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15CB2

Black with #D15CB2

Text Example


Text Example

White with #D15CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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