Html Css Color HEX #D92969 Cerise

📋 copy color: '#D92969'

red 217 ◦ green 41 ◦ blue 105

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

Shades of Cerise #D92969

Tints of Cerise #D92969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.93%

R = 59.78%
G = 11.29%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D92969 (or 0xD92969) is known color: Cerise. HEX triplet: D9, 29 and 69. RGB value is (217,41,105). Sum of RGB (Red+Green+Blue) = 217+41+105=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D92969 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92969 is #26D696. Grayscale: #646464. Windows color (decimal): -2545303 or 6891993. OLE color: 6891993.

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

Color convert

RGB 217 41 105 -
CMYK 0 0.81 0.52 0.15
HSL 338.18º 0.7% 0.51% -
HSV(B) 338.18º 0.81% 0.85% -
XYZ 31.96 17.36 15.03 -
YUV 100.92 130.31 210.8 -
System Red Green Blue C M Y K H S L
Decimal 217 41 105 0 0.81 0.52 0.15 338.18 0.7 0.51
Hex D9 29 69 0 51 34 F 152 46 33
Octal 331 51 151 0 121 64 17 522 106 63
Binary 11011001 101001 1101001 0 1010001 110100 1111 101010010 1000110 110011

Color Harmonies of #D92969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92969

Black with #D92969

Text Example


Text Example

White with #D92969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92969; }

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

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

background-color css

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

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

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

border-color css

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

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

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