Html Css Color HEX #D2295A Cerise

📋 copy color: '#D2295A'

red 210 ◦ green 41 ◦ blue 90

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

Shades of Cerise #D2295A

Tints of Cerise #D2295A

RGB

 RED value IS 210 (82.42% from 255) = 61.58%

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

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

R = 61.58%
G = 12.02%
B = 26.39%

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

#D2295A (or 0xD2295A) is known color: Cerise. HEX triplet: D2, 29 and 5A. RGB value is (210,41,90). Sum of RGB (Red+Green+Blue) = 210+41+90=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D2295A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2295A is #2DD6A5. Grayscale: #616161. Windows color (decimal): -3004070 or 5908946. OLE color: 5908946.

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

Color convert

RGB 210 41 90 -
CMYK 0 0.80 0.57 0.18
HSL 342.6º 0.67% 0.49% -
HSV(B) 342.6º 0.8% 0.82% -
XYZ 29.22 16.03 11.23 -
YUV 97.12 123.99 208.52 -
System Red Green Blue C M Y K H S L
Decimal 210 41 90 0 0.80 0.57 0.18 342.6 0.67 0.49
Hex D2 29 5A 0 50 39 12 157 43 31
Octal 322 51 132 0 120 71 22 527 103 61
Binary 11010010 101001 1011010 0 1010000 111001 10010 101010111 1000011 110001

Color Harmonies of #D2295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2295A

Black with #D2295A

Text Example


Text Example

White with #D2295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2295A; }

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

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

background-color css

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

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

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

border-color css

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

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

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