Html Css Color HEX #DE6DB3 Persian Pink

📋 copy color: '#DE6DB3'

red 222 ◦ green 109 ◦ blue 179

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

Shades of Persian Pink #DE6DB3

Tints of Persian Pink #DE6DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.1%

R = 43.53%
G = 21.37%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DE6DB3 (or 0xDE6DB3) is known color: Persian Pink. HEX triplet: DE, 6D and B3. RGB value is (222,109,179). Sum of RGB (Red+Green+Blue) = 222+109+179=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 179 (70.31% from 255 or 35.10% from 510); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6DB3 is #21924C. Grayscale: #969696. Windows color (decimal): -2200141 or 11759070. OLE color: 11759070.

HSL color Cylindrical-coordinate representation of color #DE6DB3: hue angle of 322.83º 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 #DE6DB3 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 109 179 -
CMYK 0 0.51 0.19 0.13
HSL 322.83º 0.63% 0.65% -
HSV(B) 322.83º 0.51% 0.87% -
XYZ 43.73 29.72 46.08 -
YUV 150.77 143.94 178.81 -
System Red Green Blue C M Y K H S L
Decimal 222 109 179 0 0.51 0.19 0.13 322.83 0.63 0.65
Hex DE 6D B3 0 33 13 D 143 3F 41
Octal 336 155 263 0 63 23 15 503 77 101
Binary 11011110 1101101 10110011 0 110011 10011 1101 101000011 111111 1000001

Color Harmonies of #DE6DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6DB3

Black with #DE6DB3

Text Example


Text Example

White with #DE6DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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