Html Css Color HEX #DE29A5 Persian Rose

📋 copy color: '#DE29A5'

red 222 ◦ green 41 ◦ blue 165

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

Shades of Persian Rose #DE29A5

Tints of Persian Rose #DE29A5

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.58%

 BLUE value IS 165 (64.84% from 255) = 38.55%

R = 51.87%
G = 9.58%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DE29A5 (or 0xDE29A5) is known color: Persian Rose. HEX triplet: DE, 29 and A5. RGB value is (222,41,165). Sum of RGB (Red+Green+Blue) = 222+41+165=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 41 (16.41% from 255 or 9.58% from 428); Blue value is 165 (64.84% from 255 or 38.55% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DE29A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE29A5 is #21D65A. Grayscale: #6C6C6C. Windows color (decimal): -2217563 or 10824158. OLE color: 10824158.

HSL color Cylindrical-coordinate representation of color #DE29A5: hue angle of 318.9º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE29A5 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 41 165 -
CMYK 0 0.82 0.26 0.13
HSL 318.9º 0.73% 0.52% -
HSV(B) 318.9º 0.82% 0.87% -
XYZ 37.71 19.83 37.44 -
YUV 109.26 159.47 208.42 -
System Red Green Blue C M Y K H S L
Decimal 222 41 165 0 0.82 0.26 0.13 318.9 0.73 0.52
Hex DE 29 A5 0 52 1A D 13F 49 34
Octal 336 51 245 0 122 32 15 477 111 64
Binary 11011110 101001 10100101 0 1010010 11010 1101 100111111 1001001 110100

Color Harmonies of #DE29A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE29A5

Black with #DE29A5

Text Example


Text Example

White with #DE29A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE29A5; }

 p { color: rgb(222,41,165); }

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

background-color css

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

 a { background-color: rgb(222,41,165); }

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

border-color css

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

 span { border-color: rgb(222,41,165); }

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