Html Css Color HEX #DE6AB2 Hot Pink

📋 copy color: '#DE6AB2'

red 222 ◦ green 106 ◦ blue 178

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

Shades of Hot Pink #DE6AB2

Tints of Hot Pink #DE6AB2

RGB

 RED value IS 222 (87.11% from 255) = 43.87%

 GREEN value IS 106 (41.8% from 255) = 20.95%

 BLUE value IS 178 (69.92% from 255) = 35.18%

R = 43.87%
G = 20.95%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DE6AB2 (or 0xDE6AB2) is known color: Hot Pink. HEX triplet: DE, 6A and B2. RGB value is (222,106,178). Sum of RGB (Red+Green+Blue) = 222+106+178=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6AB2 is #21954D. Grayscale: #949494. Windows color (decimal): -2200910 or 11692766. OLE color: 11692766.

HSL color Cylindrical-coordinate representation of color #DE6AB2: hue angle of 322.76º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE6AB2 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 106 178 -
CMYK 0 0.52 0.20 0.13
HSL 322.76º 0.64% 0.64% -
HSV(B) 322.76º 0.52% 0.87% -
XYZ 43.31 29.05 45.44 -
YUV 148.89 144.43 180.15 -
System Red Green Blue C M Y K H S L
Decimal 222 106 178 0 0.52 0.20 0.13 322.76 0.64 0.64
Hex DE 6A B2 0 34 14 D 143 40 40
Octal 336 152 262 0 64 24 15 503 100 100
Binary 11011110 1101010 10110010 0 110100 10100 1101 101000011 1000000 1000000

Color Harmonies of #DE6AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6AB2

Black with #DE6AB2

Text Example


Text Example

White with #DE6AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6AB2; }

 p { color: rgb(222,106,178); }

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

background-color css

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

 a { background-color: rgb(222,106,178); }

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

border-color css

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

 span { border-color: rgb(222,106,178); }

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