Html Css Color HEX #D94261 Cerise

📋 copy color: '#D94261'

red 217 ◦ green 66 ◦ blue 97

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

Shades of Cerise #D94261

Tints of Cerise #D94261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.37%

 BLUE value IS 97 (38.28% from 255) = 25.53%

R = 57.11%
G = 17.37%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D94261 (or 0xD94261) is known color: Cerise. HEX triplet: D9, 42 and 61. RGB value is (217,66,97). Sum of RGB (Red+Green+Blue) = 217+66+97=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 97 (38.28% from 255 or 25.53% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D94261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94261 is #26BD9E. Grayscale: #727272. Windows color (decimal): -2538911 or 6374105. OLE color: 6374105.

HSL color Cylindrical-coordinate representation of color #D94261: hue angle of 347.68º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D94261 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 66 97 -
CMYK 0 0.70 0.55 0.15
HSL 347.68º 0.67% 0.55% -
HSV(B) 347.68º 0.7% 0.85% -
XYZ 32.72 19.51 13.35 -
YUV 114.68 118.03 200.98 -
System Red Green Blue C M Y K H S L
Decimal 217 66 97 0 0.70 0.55 0.15 347.68 0.67 0.55
Hex D9 42 61 0 46 37 F 15C 43 37
Octal 331 102 141 0 106 67 17 534 103 67
Binary 11011001 1000010 1100001 0 1000110 110111 1111 101011100 1000011 110111

Color Harmonies of #D94261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94261

Black with #D94261

Text Example


Text Example

White with #D94261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94261; }

 p { color: rgb(217,66,97); }

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

background-color css

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

 a { background-color: rgb(217,66,97); }

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

border-color css

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

 span { border-color: rgb(217,66,97); }

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