Html Css Color HEX #D1255B Cerise

📋 copy color: '#D1255B'

red 209 ◦ green 37 ◦ blue 91

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

Shades of Cerise #D1255B

Tints of Cerise #D1255B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27%

R = 62.02%
G = 10.98%
B = 27%

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

#D1255B (or 0xD1255B) is known color: Cerise. HEX triplet: D1, 25 and 5B. RGB value is (209,37,91). Sum of RGB (Red+Green+Blue) = 209+37+91=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D1255B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1255B is #2EDAA4. Grayscale: #5E5E5E. Windows color (decimal): -3070629 or 5973457. OLE color: 5973457.

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

Color convert

RGB 209 37 91 -
CMYK 0 0.82 0.56 0.18
HSL 341.16º 0.7% 0.48% -
HSV(B) 341.16º 0.82% 0.82% -
XYZ 28.84 15.63 11.39 -
YUV 94.58 125.98 209.61 -
System Red Green Blue C M Y K H S L
Decimal 209 37 91 0 0.82 0.56 0.18 341.16 0.7 0.48
Hex D1 25 5B 0 52 38 12 155 46 30
Octal 321 45 133 0 122 70 22 525 106 60
Binary 11010001 100101 1011011 0 1010010 111000 10010 101010101 1000110 110000

Color Harmonies of #D1255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1255B

Black with #D1255B

Text Example


Text Example

White with #D1255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1255B; }

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

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

background-color css

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

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

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

border-color css

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

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

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