Html Css Color HEX #D94368 Cerise

📋 copy color: '#D94368'

red 217 ◦ green 67 ◦ blue 104

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

Shades of Cerise #D94368

Tints of Cerise #D94368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.8%

R = 55.93%
G = 17.27%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D94368 (or 0xD94368) is known color: Cerise. HEX triplet: D9, 43 and 68. RGB value is (217,67,104). Sum of RGB (Red+Green+Blue) = 217+67+104=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 67 (26.56% from 255 or 17.27% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D94368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94368 is #26BC97. Grayscale: #747474. Windows color (decimal): -2538648 or 6833113. OLE color: 6833113.

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

Color convert

RGB 217 67 104 -
CMYK 0 0.69 0.52 0.15
HSL 345.2º 0.66% 0.56% -
HSV(B) 345.2º 0.69% 0.85% -
XYZ 33.12 19.77 15.17 -
YUV 116.07 121.2 199.99 -
System Red Green Blue C M Y K H S L
Decimal 217 67 104 0 0.69 0.52 0.15 345.2 0.66 0.56
Hex D9 43 68 0 45 34 F 159 42 38
Octal 331 103 150 0 105 64 17 531 102 70
Binary 11011001 1000011 1101000 0 1000101 110100 1111 101011001 1000010 111000

Color Harmonies of #D94368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94368

Black with #D94368

Text Example


Text Example

White with #D94368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94368; }

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

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

background-color css

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

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

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

border-color css

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

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

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