Html Css Color HEX #D94163 Cerise

📋 copy color: '#D94163'

red 217 ◦ green 65 ◦ blue 99

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

Shades of Cerise #D94163

Tints of Cerise #D94163

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.06%

 BLUE value IS 99 (39.06% from 255) = 25.98%

R = 56.96%
G = 17.06%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D94163 (or 0xD94163) is known color: Cerise. HEX triplet: D9, 41 and 63. RGB value is (217,65,99). Sum of RGB (Red+Green+Blue) = 217+65+99=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D94163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94163 is #26BE9C. Grayscale: #727272. Windows color (decimal): -2539165 or 6504921. OLE color: 6504921.

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

Color convert

RGB 217 65 99 -
CMYK 0 0.70 0.54 0.15
HSL 346.58º 0.67% 0.55% -
HSV(B) 346.58º 0.7% 0.85% -
XYZ 32.76 19.43 13.83 -
YUV 114.32 119.36 201.24 -
System Red Green Blue C M Y K H S L
Decimal 217 65 99 0 0.70 0.54 0.15 346.58 0.67 0.55
Hex D9 41 63 0 46 36 F 15B 43 37
Octal 331 101 143 0 106 66 17 533 103 67
Binary 11011001 1000001 1100011 0 1000110 110110 1111 101011011 1000011 110111

Color Harmonies of #D94163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94163

Black with #D94163

Text Example


Text Example

White with #D94163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94163; }

 p { color: rgb(217,65,99); }

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

background-color css

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

 a { background-color: rgb(217,65,99); }

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

border-color css

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

 span { border-color: rgb(217,65,99); }

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