Html Css Color HEX #DE1CA1 Persian Rose

📋 copy color: '#DE1CA1'

red 222 ◦ green 28 ◦ blue 161

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

Shades of Persian Rose #DE1CA1

Tints of Persian Rose #DE1CA1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.81%

 BLUE value IS 161 (63.28% from 255) = 39.17%

R = 54.01%
G = 6.81%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DE1CA1 (or 0xDE1CA1) is known color: Persian Rose. HEX triplet: DE, 1C and A1. RGB value is (222,28,161). Sum of RGB (Red+Green+Blue) = 222+28+161=411 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.01% from 411); Green value is 28 (11.33% from 255 or 6.81% from 411); Blue value is 161 (63.28% from 255 or 39.17% from 411); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1CA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1CA1 is #21E35E. Grayscale: #646464. Windows color (decimal): -2220895 or 10558686. OLE color: 10558686.

HSL color Cylindrical-coordinate representation of color #DE1CA1: hue angle of 318.87º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DE1CA1 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 28 161 -
CMYK 0 0.87 0.27 0.13
HSL 318.87º 0.78% 0.49% -
HSV(B) 318.87º 0.87% 0.87% -
XYZ 36.97 18.93 35.42 -
YUV 101.17 161.77 214.19 -
System Red Green Blue C M Y K H S L
Decimal 222 28 161 0 0.87 0.27 0.13 318.87 0.78 0.49
Hex DE 1C A1 0 57 1B D 13F 4E 31
Octal 336 34 241 0 127 33 15 477 116 61
Binary 11011110 11100 10100001 0 1010111 11011 1101 100111111 1001110 110001

Color Harmonies of #DE1CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1CA1

Black with #DE1CA1

Text Example


Text Example

White with #DE1CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1CA1; }

 p { color: rgb(222,28,161); }

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

background-color css

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

 a { background-color: rgb(222,28,161); }

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

border-color css

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

 span { border-color: rgb(222,28,161); }

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