Html Css Color HEX #D94384 Deep Cerise

📋 copy color: '#D94384'

red 217 ◦ green 67 ◦ blue 132

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

Shades of Deep Cerise #D94384

Tints of Deep Cerise #D94384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.73%

R = 52.16%
G = 16.11%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D94384 (or 0xD94384) is known color: Deep Cerise. HEX triplet: D9, 43 and 84. RGB value is (217,67,132). Sum of RGB (Red+Green+Blue) = 217+67+132=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 67 (26.56% from 255 or 16.11% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D94384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94384 is #26BC7B. Grayscale: #777777. Windows color (decimal): -2538620 or 8668121. OLE color: 8668121.

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

Color convert

RGB 217 67 132 -
CMYK 0 0.69 0.39 0.15
HSL 334º 0.66% 0.56% -
HSV(B) 334º 0.69% 0.85% -
XYZ 34.79 20.43 23.94 -
YUV 119.26 135.2 197.71 -
System Red Green Blue C M Y K H S L
Decimal 217 67 132 0 0.69 0.39 0.15 334 0.66 0.56
Hex D9 43 84 0 45 27 F 14E 42 38
Octal 331 103 204 0 105 47 17 516 102 70
Binary 11011001 1000011 10000100 0 1000101 100111 1111 101001110 1000010 111000

Color Harmonies of #D94384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94384

Black with #D94384

Text Example


Text Example

White with #D94384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94384; }

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

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

background-color css

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

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

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

border-color css

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

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

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