Html Css Color HEX #DE38AA Persian Rose

📋 copy color: '#DE38AA'

red 222 ◦ green 56 ◦ blue 170

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

Shades of Persian Rose #DE38AA

Tints of Persian Rose #DE38AA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.5%

 BLUE value IS 170 (66.8% from 255) = 37.95%

R = 49.55%
G = 12.5%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE38AA (or 0xDE38AA) is known color: Persian Rose. HEX triplet: DE, 38 and AA. RGB value is (222,56,170). Sum of RGB (Red+Green+Blue) = 222+56+170=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 56 (22.27% from 255 or 12.5% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DE38AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE38AA is #21C755. Grayscale: #767676. Windows color (decimal): -2213718 or 11155678. OLE color: 11155678.

HSL color Cylindrical-coordinate representation of color #DE38AA: hue angle of 318.8º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DE38AA is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 56 170 -
CMYK 0 0.75 0.23 0.13
HSL 318.8º 0.72% 0.55% -
HSV(B) 318.8º 0.75% 0.87% -
XYZ 38.79 21.26 40.09 -
YUV 118.63 157 201.73 -
System Red Green Blue C M Y K H S L
Decimal 222 56 170 0 0.75 0.23 0.13 318.8 0.72 0.55
Hex DE 38 AA 0 4B 17 D 13F 48 37
Octal 336 70 252 0 113 27 15 477 110 67
Binary 11011110 111000 10101010 0 1001011 10111 1101 100111111 1001000 110111

Color Harmonies of #DE38AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE38AA

Black with #DE38AA

Text Example


Text Example

White with #DE38AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE38AA; }

 p { color: rgb(222,56,170); }

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

background-color css

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

 a { background-color: rgb(222,56,170); }

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

border-color css

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

 span { border-color: rgb(222,56,170); }

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