Html Css Color HEX #D92E6B Cerise

📋 copy color: '#D92E6B'

red 217 ◦ green 46 ◦ blue 107

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

Shades of Cerise #D92E6B

Tints of Cerise #D92E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.92%

R = 58.65%
G = 12.43%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D92E6B (or 0xD92E6B) is known color: Cerise. HEX triplet: D9, 2E and 6B. RGB value is (217,46,107). Sum of RGB (Red+Green+Blue) = 217+46+107=370 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.65% from 370); Green value is 46 (18.36% from 255 or 12.43% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 217 - color contains mainly: red. Hex color #D92E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92E6B is #26D194. Grayscale: #686868. Windows color (decimal): -2544021 or 7024345. OLE color: 7024345.

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

Color convert

RGB 217 46 107 -
CMYK 0 0.79 0.51 0.15
HSL 338.6º 0.69% 0.52% -
HSV(B) 338.6º 0.79% 0.85% -
XYZ 32.25 17.77 15.64 -
YUV 104.08 129.65 208.54 -
System Red Green Blue C M Y K H S L
Decimal 217 46 107 0 0.79 0.51 0.15 338.6 0.69 0.52
Hex D9 2E 6B 0 4F 33 F 153 45 34
Octal 331 56 153 0 117 63 17 523 105 64
Binary 11011001 101110 1101011 0 1001111 110011 1111 101010011 1000101 110100

Color Harmonies of #D92E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92E6B

Black with #D92E6B

Text Example


Text Example

White with #D92E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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