Html Css Color HEX #DE6CB5 Persian Pink

📋 copy color: '#DE6CB5'

red 222 ◦ green 108 ◦ blue 181

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

Shades of Persian Pink #DE6CB5

Tints of Persian Pink #DE6CB5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.14%

 BLUE value IS 181 (71.09% from 255) = 35.42%

R = 43.44%
G = 21.14%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DE6CB5 (or 0xDE6CB5) is known color: Persian Pink. HEX triplet: DE, 6C and B5. RGB value is (222,108,181). Sum of RGB (Red+Green+Blue) = 222+108+181=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6CB5 is #21934A. Grayscale: #969696. Windows color (decimal): -2200395 or 11889886. OLE color: 11889886.

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

Color convert

RGB 222 108 181 -
CMYK 0 0.51 0.18 0.13
HSL 321.58º 0.63% 0.65% -
HSV(B) 321.58º 0.51% 0.87% -
XYZ 43.83 29.59 47.12 -
YUV 150.41 145.27 179.06 -
System Red Green Blue C M Y K H S L
Decimal 222 108 181 0 0.51 0.18 0.13 321.58 0.63 0.65
Hex DE 6C B5 0 33 12 D 142 3F 41
Octal 336 154 265 0 63 22 15 502 77 101
Binary 11011110 1101100 10110101 0 110011 10010 1101 101000010 111111 1000001

Color Harmonies of #DE6CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6CB5

Black with #DE6CB5

Text Example


Text Example

White with #DE6CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6CB5; }

 p { color: rgb(222,108,181); }

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

background-color css

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

 a { background-color: rgb(222,108,181); }

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

border-color css

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

 span { border-color: rgb(222,108,181); }

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