Html Css Color HEX #D15ECB Fuchsia

📋 copy color: '#D15ECB'

red 209 ◦ green 94 ◦ blue 203

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

Shades of Fuchsia #D15ECB

Tints of Fuchsia #D15ECB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.58%

 BLUE value IS 203 (79.69% from 255) = 40.12%

R = 41.3%
G = 18.58%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D15ECB (or 0xD15ECB) is known color: Fuchsia. HEX triplet: D1, 5E and CB. RGB value is (209,94,203). Sum of RGB (Red+Green+Blue) = 209+94+203=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 94 (37.11% from 255 or 18.58% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D15ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15ECB is #2EA134. Grayscale: #8C8C8C. Windows color (decimal): -3055925 or 13328081. OLE color: 13328081.

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

Color convert

RGB 209 94 203 -
CMYK 0 0.55 0.03 0.18
HSL 303.13º 0.56% 0.59% -
HSV(B) 303.13º 0.55% 0.82% -
XYZ 41.08 25.87 59.33 -
YUV 140.81 163.1 176.64 -
System Red Green Blue C M Y K H S L
Decimal 209 94 203 0 0.55 0.03 0.18 303.13 0.56 0.59
Hex D1 5E CB 0 37 3 12 12F 38 3B
Octal 321 136 313 0 67 3 22 457 70 73
Binary 11010001 1011110 11001011 0 110111 11 10010 100101111 111000 111011

Color Harmonies of #D15ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15ECB

Black with #D15ECB

Text Example


Text Example

White with #D15ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15ECB; }

 p { color: rgb(209,94,203); }

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

background-color css

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

 a { background-color: rgb(209,94,203); }

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

border-color css

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

 span { border-color: rgb(209,94,203); }

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