Html Css Color HEX #D92F6B Cerise

📋 copy color: '#D92F6B'

red 217 ◦ green 47 ◦ blue 107

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

Shades of Cerise #D92F6B

Tints of Cerise #D92F6B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.67%

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

R = 58.49%
G = 12.67%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D92F6B (or 0xD92F6B) is known color: Cerise. HEX triplet: D9, 2F and 6B. RGB value is (217,47,107). Sum of RGB (Red+Green+Blue) = 217+47+107=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92F6B is #26D094. Grayscale: #686868. Windows color (decimal): -2543765 or 7024601. OLE color: 7024601.

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

Color convert

RGB 217 47 107 -
CMYK 0 0.78 0.51 0.15
HSL 338.82º 0.69% 0.52% -
HSV(B) 338.82º 0.78% 0.85% -
XYZ 32.29 17.85 15.65 -
YUV 104.67 129.32 208.12 -
System Red Green Blue C M Y K H S L
Decimal 217 47 107 0 0.78 0.51 0.15 338.82 0.69 0.52
Hex D9 2F 6B 0 4E 33 F 153 45 34
Octal 331 57 153 0 116 63 17 523 105 64
Binary 11011001 101111 1101011 0 1001110 110011 1111 101010011 1000101 110100

Color Harmonies of #D92F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92F6B

Black with #D92F6B

Text Example


Text Example

White with #D92F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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