Html Css Color HEX #DE7DB4 Persian Pink

📋 copy color: '#DE7DB4'

red 222 ◦ green 125 ◦ blue 180

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

Shades of Persian Pink #DE7DB4

Tints of Persian Pink #DE7DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.16%

R = 42.13%
G = 23.72%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DE7DB4 (or 0xDE7DB4) is known color: Persian Pink. HEX triplet: DE, 7D and B4. RGB value is (222,125,180). Sum of RGB (Red+Green+Blue) = 222+125+180=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7DB4 is #21824B. Grayscale: #A0A0A0. Windows color (decimal): -2196044 or 11828702. OLE color: 11828702.

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

Color convert

RGB 222 125 180 -
CMYK 0 0.44 0.19 0.13
HSL 325.98º 0.6% 0.68% -
HSV(B) 325.98º 0.44% 0.87% -
XYZ 45.7 33.49 47.24 -
YUV 160.27 139.14 172.03 -
System Red Green Blue C M Y K H S L
Decimal 222 125 180 0 0.44 0.19 0.13 325.98 0.6 0.68
Hex DE 7D B4 0 2C 13 D 146 3C 44
Octal 336 175 264 0 54 23 15 506 74 104
Binary 11011110 1111101 10110100 0 101100 10011 1101 101000110 111100 1000100

Color Harmonies of #DE7DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7DB4

Black with #DE7DB4

Text Example


Text Example

White with #DE7DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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