Html Css Color HEX #DE25A8 Persian Rose

📋 copy color: '#DE25A8'

red 222 ◦ green 37 ◦ blue 168

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

Shades of Persian Rose #DE25A8

Tints of Persian Rose #DE25A8

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.67%

 BLUE value IS 168 (66.02% from 255) = 39.34%

R = 51.99%
G = 8.67%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DE25A8 (or 0xDE25A8) is known color: Persian Rose. HEX triplet: DE, 25 and A8. RGB value is (222,37,168). Sum of RGB (Red+Green+Blue) = 222+37+168=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 37 (14.84% from 255 or 8.67% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DE25A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE25A8 is #21DA57. Grayscale: #6A6A6A. Windows color (decimal): -2218584 or 11019742. OLE color: 11019742.

HSL color Cylindrical-coordinate representation of color #DE25A8: hue angle of 317.51º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DE25A8 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 37 168 -
CMYK 0 0.83 0.24 0.13
HSL 317.51º 0.74% 0.51% -
HSV(B) 317.51º 0.83% 0.87% -
XYZ 37.85 19.68 38.85 -
YUV 107.25 162.29 209.85 -
System Red Green Blue C M Y K H S L
Decimal 222 37 168 0 0.83 0.24 0.13 317.51 0.74 0.51
Hex DE 25 A8 0 53 18 D 13E 4A 33
Octal 336 45 250 0 123 30 15 476 112 63
Binary 11011110 100101 10101000 0 1010011 11000 1101 100111110 1001010 110011

Color Harmonies of #DE25A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE25A8

Black with #DE25A8

Text Example


Text Example

White with #DE25A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE25A8; }

 p { color: rgb(222,37,168); }

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

background-color css

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

 a { background-color: rgb(222,37,168); }

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

border-color css

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

 span { border-color: rgb(222,37,168); }

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