Html Css Color HEX #D1255D Cerise

📋 copy color: '#D1255D'

red 209 ◦ green 37 ◦ blue 93

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

Shades of Cerise #D1255D

Tints of Cerise #D1255D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.91%

 BLUE value IS 93 (36.72% from 255) = 27.43%

R = 61.65%
G = 10.91%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1255D (or 0xD1255D) is known color: Cerise. HEX triplet: D1, 25 and 5D. RGB value is (209,37,93). Sum of RGB (Red+Green+Blue) = 209+37+93=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D1255D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1255D is #2EDAA2. Grayscale: #5E5E5E. Windows color (decimal): -3070627 or 6104529. OLE color: 6104529.

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

Color convert

RGB 209 37 93 -
CMYK 0 0.82 0.56 0.18
HSL 340.47º 0.7% 0.48% -
HSV(B) 340.47º 0.82% 0.82% -
XYZ 28.93 15.67 11.86 -
YUV 94.81 126.98 209.45 -
System Red Green Blue C M Y K H S L
Decimal 209 37 93 0 0.82 0.56 0.18 340.47 0.7 0.48
Hex D1 25 5D 0 52 38 12 154 46 30
Octal 321 45 135 0 122 70 22 524 106 60
Binary 11010001 100101 1011101 0 1010010 111000 10010 101010100 1000110 110000

Color Harmonies of #D1255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1255D

Black with #D1255D

Text Example


Text Example

White with #D1255D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1255D; }

 p { color: rgb(209,37,93); }

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

background-color css

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

 a { background-color: rgb(209,37,93); }

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

border-color css

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

 span { border-color: rgb(209,37,93); }

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