Html Css Color HEX #D9295A Cerise

📋 copy color: '#D9295A'

red 217 ◦ green 41 ◦ blue 90

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

Shades of Cerise #D9295A

Tints of Cerise #D9295A

RGB

 RED value IS 217 (85.16% from 255) = 62.36%

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

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

R = 62.36%
G = 11.78%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D9295A (or 0xD9295A) is known color: Cerise. HEX triplet: D9, 29 and 5A. RGB value is (217,41,90). Sum of RGB (Red+Green+Blue) = 217+41+90=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D9295A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9295A is #26D6A5. Grayscale: #636363. Windows color (decimal): -2545318 or 5908953. OLE color: 5908953.

HSL color Cylindrical-coordinate representation of color #D9295A: hue angle of 343.3º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9295A is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 41 90 -
CMYK 0 0.81 0.59 0.15
HSL 343.3º 0.7% 0.51% -
HSV(B) 343.3º 0.81% 0.85% -
XYZ 31.25 17.08 11.32 -
YUV 99.21 122.81 212.02 -
System Red Green Blue C M Y K H S L
Decimal 217 41 90 0 0.81 0.59 0.15 343.3 0.7 0.51
Hex D9 29 5A 0 51 3B F 157 46 33
Octal 331 51 132 0 121 73 17 527 106 63
Binary 11011001 101001 1011010 0 1010001 111011 1111 101010111 1000110 110011

Color Harmonies of #D9295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9295A

Black with #D9295A

Text Example


Text Example

White with #D9295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9295A; }

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

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

background-color css

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

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

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

border-color css

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

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

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