Html Css Color HEX #D1255F Cerise

📋 copy color: '#D1255F'

red 209 ◦ green 37 ◦ blue 95

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

Shades of Cerise #D1255F

Tints of Cerise #D1255F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.86%

R = 61.29%
G = 10.85%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1255F (or 0xD1255F) is known color: Cerise. HEX triplet: D1, 25 and 5F. RGB value is (209,37,95). Sum of RGB (Red+Green+Blue) = 209+37+95=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D1255F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1255F is #2EDAA0. Grayscale: #5E5E5E. Windows color (decimal): -3070625 or 6235601. OLE color: 6235601.

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

Color convert

RGB 209 37 95 -
CMYK 0 0.82 0.55 0.18
HSL 339.77º 0.7% 0.48% -
HSV(B) 339.77º 0.82% 0.82% -
XYZ 29.02 15.7 12.33 -
YUV 95.04 127.98 209.28 -
System Red Green Blue C M Y K H S L
Decimal 209 37 95 0 0.82 0.55 0.18 339.77 0.7 0.48
Hex D1 25 5F 0 52 37 12 154 46 30
Octal 321 45 137 0 122 67 22 524 106 60
Binary 11010001 100101 1011111 0 1010010 110111 10010 101010100 1000110 110000

Color Harmonies of #D1255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1255F

Black with #D1255F

Text Example


Text Example

White with #D1255F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1255F; }

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

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

background-color css

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

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

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

border-color css

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

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

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