Html Css Color HEX #D9266D Cerise

📋 copy color: '#D9266D'

red 217 ◦ green 38 ◦ blue 109

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

Shades of Cerise #D9266D

Tints of Cerise #D9266D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.44%

 BLUE value IS 109 (42.97% from 255) = 29.95%

R = 59.62%
G = 10.44%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9266D (or 0xD9266D) is known color: Cerise. HEX triplet: D9, 26 and 6D. RGB value is (217,38,109). Sum of RGB (Red+Green+Blue) = 217+38+109=364 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.62% from 364); Green value is 38 (15.23% from 255 or 10.44% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 217 - color contains mainly: red. Hex color #D9266D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9266D is #26D992. Grayscale: #636363. Windows color (decimal): -2546067 or 7153369. OLE color: 7153369.

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

Color convert

RGB 217 38 109 -
CMYK 0 0.82 0.50 0.15
HSL 336.2º 0.7% 0.5% -
HSV(B) 336.2º 0.82% 0.85% -
XYZ 32.07 17.24 16.11 -
YUV 99.62 133.3 211.73 -
System Red Green Blue C M Y K H S L
Decimal 217 38 109 0 0.82 0.50 0.15 336.2 0.7 0.5
Hex D9 26 6D 0 52 32 F 150 46 32
Octal 331 46 155 0 122 62 17 520 106 62
Binary 11011001 100110 1101101 0 1010010 110010 1111 101010000 1000110 110010

Color Harmonies of #D9266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9266D

Black with #D9266D

Text Example


Text Example

White with #D9266D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9266D; }

 p { color: rgb(217,38,109); }

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

background-color css

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

 a { background-color: rgb(217,38,109); }

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

border-color css

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

 span { border-color: rgb(217,38,109); }

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