Html Css Color HEX #D1285F Cerise

📋 copy color: '#D1285F'

red 209 ◦ green 40 ◦ blue 95

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

Shades of Cerise #D1285F

Tints of Cerise #D1285F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.63%

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

R = 60.76%
G = 11.63%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1285F (or 0xD1285F) is known color: Cerise. HEX triplet: D1, 28 and 5F. RGB value is (209,40,95). Sum of RGB (Red+Green+Blue) = 209+40+95=344 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.76% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 209 - color contains mainly: red. Hex color #D1285F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1285F is #2ED7A0. Grayscale: #606060. Windows color (decimal): -3069857 or 6236369. OLE color: 6236369.

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

Color convert

RGB 209 40 95 -
CMYK 0 0.81 0.55 0.18
HSL 340.47º 0.68% 0.49% -
HSV(B) 340.47º 0.81% 0.82% -
XYZ 29.12 15.9 12.36 -
YUV 96.8 126.99 208.03 -
System Red Green Blue C M Y K H S L
Decimal 209 40 95 0 0.81 0.55 0.18 340.47 0.68 0.49
Hex D1 28 5F 0 51 37 12 154 44 31
Octal 321 50 137 0 121 67 22 524 104 61
Binary 11010001 101000 1011111 0 1010001 110111 10010 101010100 1000100 110001

Color Harmonies of #D1285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1285F

Black with #D1285F

Text Example


Text Example

White with #D1285F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1285F; }

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

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

background-color css

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

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

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

border-color css

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

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

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