Html Css Color HEX #D1295A Cerise

📋 copy color: '#D1295A'

red 209 ◦ green 41 ◦ blue 90

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

Shades of Cerise #D1295A

Tints of Cerise #D1295A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.06%

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

R = 61.47%
G = 12.06%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D1295A (or 0xD1295A) is known color: Cerise. HEX triplet: D1, 29 and 5A. RGB value is (209,41,90). Sum of RGB (Red+Green+Blue) = 209+41+90=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D1295A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1295A is #2ED6A5. Grayscale: #606060. Windows color (decimal): -3069606 or 5908945. OLE color: 5908945.

HSL color Cylindrical-coordinate representation of color #D1295A: hue angle of 342.5º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D1295A is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 41 90 -
CMYK 0 0.80 0.57 0.18
HSL 342.5º 0.67% 0.49% -
HSV(B) 342.5º 0.8% 0.82% -
XYZ 28.93 15.88 11.21 -
YUV 96.82 124.16 208.02 -
System Red Green Blue C M Y K H S L
Decimal 209 41 90 0 0.80 0.57 0.18 342.5 0.67 0.49
Hex D1 29 5A 0 50 39 12 156 43 31
Octal 321 51 132 0 120 71 22 526 103 61
Binary 11010001 101001 1011010 0 1010000 111001 10010 101010110 1000011 110001

Color Harmonies of #D1295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1295A

Black with #D1295A

Text Example


Text Example

White with #D1295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1295A; }

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

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

background-color css

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

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

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

border-color css

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

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

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