Html Css Color HEX #D34382 Deep Cerise

📋 copy color: '#D34382'

red 211 ◦ green 67 ◦ blue 130

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

Shades of Deep Cerise #D34382

Tints of Deep Cerise #D34382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.86%

R = 51.72%
G = 16.42%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D34382 (or 0xD34382) is known color: Deep Cerise. HEX triplet: D3, 43 and 82. RGB value is (211,67,130). Sum of RGB (Red+Green+Blue) = 211+67+130=408 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.72% from 408); Green value is 67 (26.56% from 255 or 16.42% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 211 - color contains mainly: red. Hex color #D34382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34382 is #2CBC7D. Grayscale: #757575. Windows color (decimal): -2931838 or 8537043. OLE color: 8537043.

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

Color convert

RGB 211 67 130 -
CMYK 0 0.68 0.38 0.17
HSL 333.75º 0.62% 0.55% -
HSV(B) 333.75º 0.68% 0.83% -
XYZ 32.9 19.47 23.14 -
YUV 117.24 135.21 194.88 -
System Red Green Blue C M Y K H S L
Decimal 211 67 130 0 0.68 0.38 0.17 333.75 0.62 0.55
Hex D3 43 82 0 44 26 11 14E 3E 37
Octal 323 103 202 0 104 46 21 516 76 67
Binary 11010011 1000011 10000010 0 1000100 100110 10001 101001110 111110 110111

Color Harmonies of #D34382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34382

Black with #D34382

Text Example


Text Example

White with #D34382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34382; }

 p { color: rgb(211,67,130); }

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

background-color css

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

 a { background-color: rgb(211,67,130); }

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

border-color css

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

 span { border-color: rgb(211,67,130); }

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