Html Css Color HEX #D9275A Cerise

📋 copy color: '#D9275A'

red 217 ◦ green 39 ◦ blue 90

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

Shades of Cerise #D9275A

Tints of Cerise #D9275A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.27%

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

R = 62.72%
G = 11.27%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D9275A (or 0xD9275A) is known color: Cerise. HEX triplet: D9, 27 and 5A. RGB value is (217,39,90). Sum of RGB (Red+Green+Blue) = 217+39+90=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D9275A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9275A is #26D8A5. Grayscale: #626262. Windows color (decimal): -2545830 or 5908441. OLE color: 5908441.

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

Color convert

RGB 217 39 90 -
CMYK 0 0.82 0.59 0.15
HSL 342.81º 0.7% 0.5% -
HSV(B) 342.81º 0.82% 0.85% -
XYZ 31.19 16.94 11.3 -
YUV 98.04 123.47 212.85 -
System Red Green Blue C M Y K H S L
Decimal 217 39 90 0 0.82 0.59 0.15 342.81 0.7 0.5
Hex D9 27 5A 0 52 3B F 157 46 32
Octal 331 47 132 0 122 73 17 527 106 62
Binary 11011001 100111 1011010 0 1010010 111011 1111 101010111 1000110 110010

Color Harmonies of #D9275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9275A

Black with #D9275A

Text Example


Text Example

White with #D9275A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9275A; }

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

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

background-color css

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

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

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

border-color css

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

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

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