Html Css Color HEX #D94363 Cerise

📋 copy color: '#D94363'

red 217 ◦ green 67 ◦ blue 99

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

Shades of Cerise #D94363

Tints of Cerise #D94363

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.49%

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

R = 56.66%
G = 17.49%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D94363 (or 0xD94363) is known color: Cerise. HEX triplet: D9, 43 and 63. RGB value is (217,67,99). Sum of RGB (Red+Green+Blue) = 217+67+99=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 99 (39.06% from 255 or 25.85% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D94363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94363 is #26BC9C. Grayscale: #737373. Windows color (decimal): -2538653 or 6505433. OLE color: 6505433.

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

Color convert

RGB 217 67 99 -
CMYK 0 0.69 0.54 0.15
HSL 347.2º 0.66% 0.56% -
HSV(B) 347.2º 0.69% 0.85% -
XYZ 32.87 19.67 13.87 -
YUV 115.5 118.7 200.4 -
System Red Green Blue C M Y K H S L
Decimal 217 67 99 0 0.69 0.54 0.15 347.2 0.66 0.56
Hex D9 43 63 0 45 36 F 15B 42 38
Octal 331 103 143 0 105 66 17 533 102 70
Binary 11011001 1000011 1100011 0 1000101 110110 1111 101011011 1000010 111000

Color Harmonies of #D94363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94363

Black with #D94363

Text Example


Text Example

White with #D94363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94363; }

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

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

background-color css

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

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

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

border-color css

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

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

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