Html Css Color HEX #DE6DB2 Persian Pink

📋 copy color: '#DE6DB2'

red 222 ◦ green 109 ◦ blue 178

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

Shades of Persian Pink #DE6DB2

Tints of Persian Pink #DE6DB2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.41%

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

R = 43.61%
G = 21.41%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DE6DB2 (or 0xDE6DB2) is known color: Persian Pink. HEX triplet: DE, 6D and B2. RGB value is (222,109,178). Sum of RGB (Red+Green+Blue) = 222+109+178=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6DB2 is #21924D. Grayscale: #969696. Windows color (decimal): -2200142 or 11693534. OLE color: 11693534.

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

Color convert

RGB 222 109 178 -
CMYK 0 0.51 0.20 0.13
HSL 323.36º 0.63% 0.65% -
HSV(B) 323.36º 0.51% 0.87% -
XYZ 43.63 29.68 45.55 -
YUV 150.65 143.44 178.89 -
System Red Green Blue C M Y K H S L
Decimal 222 109 178 0 0.51 0.20 0.13 323.36 0.63 0.65
Hex DE 6D B2 0 33 14 D 143 3F 41
Octal 336 155 262 0 63 24 15 503 77 101
Binary 11011110 1101101 10110010 0 110011 10100 1101 101000011 111111 1000001

Color Harmonies of #DE6DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6DB2

Black with #DE6DB2

Text Example


Text Example

White with #DE6DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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