Html Css Color HEX #DE7CBD Persian Pink

📋 copy color: '#DE7CBD'

red 222 ◦ green 124 ◦ blue 189

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

Shades of Persian Pink #DE7CBD

Tints of Persian Pink #DE7CBD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.18%

 BLUE value IS 189 (74.22% from 255) = 35.33%

R = 41.5%
G = 23.18%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DE7CBD (or 0xDE7CBD) is known color: Persian Pink. HEX triplet: DE, 7C and BD. RGB value is (222,124,189). Sum of RGB (Red+Green+Blue) = 222+124+189=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7CBD is #218342. Grayscale: #A0A0A0. Windows color (decimal): -2196291 or 12418270. OLE color: 12418270.

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

Color convert

RGB 222 124 189 -
CMYK 0 0.44 0.15 0.13
HSL 320.2º 0.6% 0.68% -
HSV(B) 320.2º 0.44% 0.87% -
XYZ 46.52 33.62 52.18 -
YUV 160.71 143.97 171.71 -
System Red Green Blue C M Y K H S L
Decimal 222 124 189 0 0.44 0.15 0.13 320.2 0.6 0.68
Hex DE 7C BD 0 2C F D 140 3C 44
Octal 336 174 275 0 54 17 15 500 74 104
Binary 11011110 1111100 10111101 0 101100 1111 1101 101000000 111100 1000100

Color Harmonies of #DE7CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7CBD

Black with #DE7CBD

Text Example


Text Example

White with #DE7CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7CBD; }

 p { color: rgb(222,124,189); }

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

background-color css

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

 a { background-color: rgb(222,124,189); }

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

border-color css

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

 span { border-color: rgb(222,124,189); }

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