Html Css Color HEX #DE2BA5 Persian Rose

📋 copy color: '#DE2BA5'

red 222 ◦ green 43 ◦ blue 165

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

Shades of Persian Rose #DE2BA5

Tints of Persian Rose #DE2BA5

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10%

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

R = 51.63%
G = 10%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DE2BA5 (or 0xDE2BA5) is known color: Persian Rose. HEX triplet: DE, 2B and A5. RGB value is (222,43,165). Sum of RGB (Red+Green+Blue) = 222+43+165=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 43 (17.19% from 255 or 10% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2BA5 is #21D45A. Grayscale: #6E6E6E. Windows color (decimal): -2217051 or 10824670. OLE color: 10824670.

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

Color convert

RGB 222 43 165 -
CMYK 0 0.81 0.26 0.13
HSL 319.11º 0.73% 0.52% -
HSV(B) 319.11º 0.81% 0.87% -
XYZ 37.78 19.97 37.46 -
YUV 110.43 158.8 207.58 -
System Red Green Blue C M Y K H S L
Decimal 222 43 165 0 0.81 0.26 0.13 319.11 0.73 0.52
Hex DE 2B A5 0 51 1A D 13F 49 34
Octal 336 53 245 0 121 32 15 477 111 64
Binary 11011110 101011 10100101 0 1010001 11010 1101 100111111 1001001 110100

Color Harmonies of #DE2BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2BA5

Black with #DE2BA5

Text Example


Text Example

White with #DE2BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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