Html Css Color HEX #D94365 Cerise

📋 copy color: '#D94365'

red 217 ◦ green 67 ◦ blue 101

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

Shades of Cerise #D94365

Tints of Cerise #D94365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.23%

R = 56.36%
G = 17.4%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D94365 (or 0xD94365) is known color: Cerise. HEX triplet: D9, 43 and 65. RGB value is (217,67,101). Sum of RGB (Red+Green+Blue) = 217+67+101=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D94365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94365 is #26BC9A. Grayscale: #737373. Windows color (decimal): -2538651 or 6636505. OLE color: 6636505.

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

Color convert

RGB 217 67 101 -
CMYK 0 0.69 0.53 0.15
HSL 346.4º 0.66% 0.56% -
HSV(B) 346.4º 0.69% 0.85% -
XYZ 32.97 19.71 14.38 -
YUV 115.73 119.7 200.24 -
System Red Green Blue C M Y K H S L
Decimal 217 67 101 0 0.69 0.53 0.15 346.4 0.66 0.56
Hex D9 43 65 0 45 35 F 15A 42 38
Octal 331 103 145 0 105 65 17 532 102 70
Binary 11011001 1000011 1100101 0 1000101 110101 1111 101011010 1000010 111000

Color Harmonies of #D94365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94365

Black with #D94365

Text Example


Text Example

White with #D94365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94365; }

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

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

background-color css

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

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

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

border-color css

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

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

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