Html Css Color HEX #D1285A Cerise

📋 copy color: '#D1285A'

red 209 ◦ green 40 ◦ blue 90

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

Shades of Cerise #D1285A

Tints of Cerise #D1285A

RGB

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

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

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

R = 61.65%
G = 11.8%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D1285A (or 0xD1285A) is known color: Cerise. HEX triplet: D1, 28 and 5A. RGB value is (209,40,90). Sum of RGB (Red+Green+Blue) = 209+40+90=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D1285A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1285A is #2ED7A5. Grayscale: #606060. Windows color (decimal): -3069862 or 5908689. OLE color: 5908689.

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

Color convert

RGB 209 40 90 -
CMYK 0 0.81 0.57 0.18
HSL 342.25º 0.68% 0.49% -
HSV(B) 342.25º 0.81% 0.82% -
XYZ 28.9 15.81 11.2 -
YUV 96.23 124.49 208.43 -
System Red Green Blue C M Y K H S L
Decimal 209 40 90 0 0.81 0.57 0.18 342.25 0.68 0.49
Hex D1 28 5A 0 51 39 12 156 44 31
Octal 321 50 132 0 121 71 22 526 104 61
Binary 11010001 101000 1011010 0 1010001 111001 10010 101010110 1000100 110001

Color Harmonies of #D1285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1285A

Black with #D1285A

Text Example


Text Example

White with #D1285A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1285A; }

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

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

background-color css

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

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

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

border-color css

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

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

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