Html Css Color HEX #D92E6D Cerise

📋 copy color: '#D92E6D'

red 217 ◦ green 46 ◦ blue 109

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

Shades of Cerise #D92E6D

Tints of Cerise #D92E6D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.37%

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

R = 58.33%
G = 12.37%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D92E6D (or 0xD92E6D) is known color: Cerise. HEX triplet: D9, 2E and 6D. RGB value is (217,46,109). Sum of RGB (Red+Green+Blue) = 217+46+109=372 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.33% from 372); Green value is 46 (18.36% from 255 or 12.37% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 217 - color contains mainly: red. Hex color #D92E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92E6D is #26D192. Grayscale: #686868. Windows color (decimal): -2544019 or 7155417. OLE color: 7155417.

HSL color Cylindrical-coordinate representation of color #D92E6D: hue angle of 337.89º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D92E6D is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 46 109 -
CMYK 0 0.79 0.50 0.15
HSL 337.89º 0.69% 0.52% -
HSV(B) 337.89º 0.79% 0.85% -
XYZ 32.35 17.81 16.2 -
YUV 104.31 130.65 208.38 -
System Red Green Blue C M Y K H S L
Decimal 217 46 109 0 0.79 0.50 0.15 337.89 0.69 0.52
Hex D9 2E 6D 0 4F 32 F 152 45 34
Octal 331 56 155 0 117 62 17 522 105 64
Binary 11011001 101110 1101101 0 1001111 110010 1111 101010010 1000101 110100

Color Harmonies of #D92E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92E6D

Black with #D92E6D

Text Example


Text Example

White with #D92E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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