Html Css Color HEX #DE7DBB Persian Pink

📋 copy color: '#DE7DBB'

red 222 ◦ green 125 ◦ blue 187

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

Shades of Persian Pink #DE7DBB

Tints of Persian Pink #DE7DBB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.41%

 BLUE value IS 187 (73.44% from 255) = 35.02%

R = 41.57%
G = 23.41%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DE7DBB (or 0xDE7DBB) is known color: Persian Pink. HEX triplet: DE, 7D and BB. RGB value is (222,125,187). Sum of RGB (Red+Green+Blue) = 222+125+187=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7DBB is #218244. Grayscale: #A0A0A0. Windows color (decimal): -2196037 or 12287454. OLE color: 12287454.

HSL color Cylindrical-coordinate representation of color #DE7DBB: hue angle of 321.65º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE7DBB is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 125 187 -
CMYK 0 0.44 0.16 0.13
HSL 321.65º 0.6% 0.68% -
HSV(B) 321.65º 0.44% 0.87% -
XYZ 46.43 33.78 51.09 -
YUV 161.07 142.64 171.46 -
System Red Green Blue C M Y K H S L
Decimal 222 125 187 0 0.44 0.16 0.13 321.65 0.6 0.68
Hex DE 7D BB 0 2C 10 D 142 3C 44
Octal 336 175 273 0 54 20 15 502 74 104
Binary 11011110 1111101 10111011 0 101100 10000 1101 101000010 111100 1000100

Color Harmonies of #DE7DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7DBB

Black with #DE7DBB

Text Example


Text Example

White with #DE7DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7DBB; }

 p { color: rgb(222,125,187); }

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

background-color css

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

 a { background-color: rgb(222,125,187); }

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

border-color css

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

 span { border-color: rgb(222,125,187); }

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