Html Css Color HEX #D94067 Cerise

📋 copy color: '#D94067'

red 217 ◦ green 64 ◦ blue 103

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

Shades of Cerise #D94067

Tints of Cerise #D94067

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.67%

 BLUE value IS 103 (40.63% from 255) = 26.82%

R = 56.51%
G = 16.67%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D94067 (or 0xD94067) is known color: Cerise. HEX triplet: D9, 40 and 67. RGB value is (217,64,103). Sum of RGB (Red+Green+Blue) = 217+64+103=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 103 (40.62% from 255 or 26.82% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D94067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94067 is #26BF98. Grayscale: #727272. Windows color (decimal): -2539417 or 6766809. OLE color: 6766809.

HSL color Cylindrical-coordinate representation of color #D94067: hue angle of 344.71º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D94067 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 64 103 -
CMYK 0 0.71 0.53 0.15
HSL 344.71º 0.67% 0.55% -
HSV(B) 344.71º 0.71% 0.85% -
XYZ 32.9 19.4 14.84 -
YUV 114.19 121.69 201.33 -
System Red Green Blue C M Y K H S L
Decimal 217 64 103 0 0.71 0.53 0.15 344.71 0.67 0.55
Hex D9 40 67 0 47 35 F 159 43 37
Octal 331 100 147 0 107 65 17 531 103 67
Binary 11011001 1000000 1100111 0 1000111 110101 1111 101011001 1000011 110111

Color Harmonies of #D94067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94067

Black with #D94067

Text Example


Text Example

White with #D94067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94067; }

 p { color: rgb(217,64,103); }

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

background-color css

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

 a { background-color: rgb(217,64,103); }

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

border-color css

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

 span { border-color: rgb(217,64,103); }

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