Html Css Color HEX #DE2CA5 Persian Rose

📋 copy color: '#DE2CA5'

red 222 ◦ green 44 ◦ blue 165

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

Shades of Persian Rose #DE2CA5

Tints of Persian Rose #DE2CA5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.21%

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

R = 51.51%
G = 10.21%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DE2CA5 (or 0xDE2CA5) is known color: Persian Rose. HEX triplet: DE, 2C and A5. RGB value is (222,44,165). Sum of RGB (Red+Green+Blue) = 222+44+165=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 44 (17.58% from 255 or 10.21% from 431); Blue value is 165 (64.84% from 255 or 38.28% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2CA5 is #21D35A. Grayscale: #6E6E6E. Windows color (decimal): -2216795 or 10824926. OLE color: 10824926.

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

Color convert

RGB 222 44 165 -
CMYK 0 0.80 0.26 0.13
HSL 319.21º 0.73% 0.52% -
HSV(B) 319.21º 0.8% 0.87% -
XYZ 37.82 20.05 37.47 -
YUV 111.02 158.47 207.16 -
System Red Green Blue C M Y K H S L
Decimal 222 44 165 0 0.80 0.26 0.13 319.21 0.73 0.52
Hex DE 2C A5 0 50 1A D 13F 49 34
Octal 336 54 245 0 120 32 15 477 111 64
Binary 11011110 101100 10100101 0 1010000 11010 1101 100111111 1001001 110100

Color Harmonies of #DE2CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2CA5

Black with #DE2CA5

Text Example


Text Example

White with #DE2CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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