Html Css Color HEX #D1255A Cerise

📋 copy color: '#D1255A'

red 209 ◦ green 37 ◦ blue 90

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

Shades of Cerise #D1255A

Tints of Cerise #D1255A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.79%

R = 62.2%
G = 11.01%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D1255A (or 0xD1255A) is known color: Cerise. HEX triplet: D1, 25 and 5A. RGB value is (209,37,90). Sum of RGB (Red+Green+Blue) = 209+37+90=336 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.20% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 209 - color contains mainly: red. Hex color #D1255A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1255A is #2EDAA5. Grayscale: #5E5E5E. Windows color (decimal): -3070630 or 5907921. OLE color: 5907921.

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

Color convert

RGB 209 37 90 -
CMYK 0 0.82 0.57 0.18
HSL 341.51º 0.7% 0.48% -
HSV(B) 341.51º 0.82% 0.82% -
XYZ 28.8 15.62 11.17 -
YUV 94.47 125.48 209.69 -
System Red Green Blue C M Y K H S L
Decimal 209 37 90 0 0.82 0.57 0.18 341.51 0.7 0.48
Hex D1 25 5A 0 52 39 12 156 46 30
Octal 321 45 132 0 122 71 22 526 106 60
Binary 11010001 100101 1011010 0 1010010 111001 10010 101010110 1000110 110000

Color Harmonies of #D1255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1255A

Black with #D1255A

Text Example


Text Example

White with #D1255A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1255A; }

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

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

background-color css

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

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

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

border-color css

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

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

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