Html Css Color HEX #D9275E Cerise

📋 copy color: '#D9275E'

red 217 ◦ green 39 ◦ blue 94

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

Shades of Cerise #D9275E

Tints of Cerise #D9275E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.86%

R = 62%
G = 11.14%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9275E (or 0xD9275E) is known color: Cerise. HEX triplet: D9, 27 and 5E. RGB value is (217,39,94). Sum of RGB (Red+Green+Blue) = 217+39+94=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D9275E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9275E is #26D8A1. Grayscale: #626262. Windows color (decimal): -2545826 or 6170585. OLE color: 6170585.

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

Color convert

RGB 217 39 94 -
CMYK 0 0.82 0.57 0.15
HSL 341.46º 0.7% 0.5% -
HSV(B) 341.46º 0.82% 0.85% -
XYZ 31.36 17.01 12.22 -
YUV 98.49 125.47 212.53 -
System Red Green Blue C M Y K H S L
Decimal 217 39 94 0 0.82 0.57 0.15 341.46 0.7 0.5
Hex D9 27 5E 0 52 39 F 155 46 32
Octal 331 47 136 0 122 71 17 525 106 62
Binary 11011001 100111 1011110 0 1010010 111001 1111 101010101 1000110 110010

Color Harmonies of #D9275E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9275E

Black with #D9275E

Text Example


Text Example

White with #D9275E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9275E; }

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

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

background-color css

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

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

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

border-color css

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

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

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