Html Css Color HEX #DE25A5 Persian Rose

📋 copy color: '#DE25A5'

red 222 ◦ green 37 ◦ blue 165

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

Shades of Persian Rose #DE25A5

Tints of Persian Rose #DE25A5

RGB

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

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

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

R = 52.36%
G = 8.73%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DE25A5 (or 0xDE25A5) is known color: Persian Rose. HEX triplet: DE, 25 and A5. RGB value is (222,37,165). Sum of RGB (Red+Green+Blue) = 222+37+165=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 37 (14.84% from 255 or 8.73% from 424); Blue value is 165 (64.84% from 255 or 38.92% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DE25A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE25A5 is #21DA5A. Grayscale: #6A6A6A. Windows color (decimal): -2218587 or 10823134. OLE color: 10823134.

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

Color convert

RGB 222 37 165 -
CMYK 0 0.83 0.26 0.13
HSL 318.49º 0.74% 0.51% -
HSV(B) 318.49º 0.83% 0.87% -
XYZ 37.58 19.57 37.39 -
YUV 106.91 160.79 210.09 -
System Red Green Blue C M Y K H S L
Decimal 222 37 165 0 0.83 0.26 0.13 318.49 0.74 0.51
Hex DE 25 A5 0 53 1A D 13E 4A 33
Octal 336 45 245 0 123 32 15 476 112 63
Binary 11011110 100101 10100101 0 1010011 11010 1101 100111110 1001010 110011

Color Harmonies of #DE25A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE25A5

Black with #DE25A5

Text Example


Text Example

White with #DE25A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE25A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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