Html Css Color HEX #D34284 Deep Cerise

📋 copy color: '#D34284'

red 211 ◦ green 66 ◦ blue 132

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

Shades of Deep Cerise #D34284

Tints of Deep Cerise #D34284

RGB

 RED value IS 211 (82.81% from 255) = 51.59%

 GREEN value IS 66 (26.17% from 255) = 16.14%

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

R = 51.59%
G = 16.14%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D34284 (or 0xD34284) is known color: Deep Cerise. HEX triplet: D3, 42 and 84. RGB value is (211,66,132). Sum of RGB (Red+Green+Blue) = 211+66+132=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D34284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34284 is #2CBD7B. Grayscale: #747474. Windows color (decimal): -2932092 or 8667859. OLE color: 8667859.

HSL color Cylindrical-coordinate representation of color #D34284: hue angle of 332.69º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D34284 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 66 132 -
CMYK 0 0.69 0.37 0.17
HSL 332.69º 0.62% 0.54% -
HSV(B) 332.69º 0.69% 0.83% -
XYZ 32.98 19.41 23.84 -
YUV 116.88 136.54 195.13 -
System Red Green Blue C M Y K H S L
Decimal 211 66 132 0 0.69 0.37 0.17 332.69 0.62 0.54
Hex D3 42 84 0 45 25 11 14D 3E 36
Octal 323 102 204 0 105 45 21 515 76 66
Binary 11010011 1000010 10000100 0 1000101 100101 10001 101001101 111110 110110

Color Harmonies of #D34284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34284

Black with #D34284

Text Example


Text Example

White with #D34284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34284; }

 p { color: rgb(211,66,132); }

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

background-color css

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

 a { background-color: rgb(211,66,132); }

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

border-color css

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

 span { border-color: rgb(211,66,132); }

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