Html Css Color HEX #D94260 Cerise

📋 copy color: '#D94260'

red 217 ◦ green 66 ◦ blue 96

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

Shades of Cerise #D94260

Tints of Cerise #D94260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 25.33%

R = 57.26%
G = 17.41%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D94260 (or 0xD94260) is known color: Cerise. HEX triplet: D9, 42 and 60. RGB value is (217,66,96). Sum of RGB (Red+Green+Blue) = 217+66+96=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D94260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94260 is #26BD9F. Grayscale: #727272. Windows color (decimal): -2538912 or 6308569. OLE color: 6308569.

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

Color convert

RGB 217 66 96 -
CMYK 0 0.70 0.56 0.15
HSL 348.08º 0.67% 0.55% -
HSV(B) 348.08º 0.7% 0.85% -
XYZ 32.67 19.49 13.11 -
YUV 114.57 117.53 201.06 -
System Red Green Blue C M Y K H S L
Decimal 217 66 96 0 0.70 0.56 0.15 348.08 0.67 0.55
Hex D9 42 60 0 46 38 F 15C 43 37
Octal 331 102 140 0 106 70 17 534 103 67
Binary 11011001 1000010 1100000 0 1000110 111000 1111 101011100 1000011 110111

Color Harmonies of #D94260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94260

Black with #D94260

Text Example


Text Example

White with #D94260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94260; }

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

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

background-color css

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

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

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

border-color css

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

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

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