Html Css Color HEX #D33682 Deep Cerise

📋 copy color: '#D33682'

red 211 ◦ green 54 ◦ blue 130

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

Shades of Deep Cerise #D33682

Tints of Deep Cerise #D33682

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.67%

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

R = 53.42%
G = 13.67%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D33682 (or 0xD33682) is known color: Deep Cerise. HEX triplet: D3, 36 and 82. RGB value is (211,54,130). Sum of RGB (Red+Green+Blue) = 211+54+130=395 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.42% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 211 - color contains mainly: red. Hex color #D33682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33682 is #2CC97D. Grayscale: #6D6D6D. Windows color (decimal): -2935166 or 8533715. OLE color: 8533715.

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

Color convert

RGB 211 54 130 -
CMYK 0 0.74 0.38 0.17
HSL 330.96º 0.64% 0.52% -
HSV(B) 330.96º 0.74% 0.83% -
XYZ 32.21 18.1 22.91 -
YUV 109.61 139.51 200.32 -
System Red Green Blue C M Y K H S L
Decimal 211 54 130 0 0.74 0.38 0.17 330.96 0.64 0.52
Hex D3 36 82 0 4A 26 11 14B 40 34
Octal 323 66 202 0 112 46 21 513 100 64
Binary 11010011 110110 10000010 0 1001010 100110 10001 101001011 1000000 110100

Color Harmonies of #D33682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33682

Black with #D33682

Text Example


Text Example

White with #D33682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33682; }

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

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

background-color css

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

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

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

border-color css

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

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

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