Html Css Color HEX #DE33AF Persian Rose

📋 copy color: '#DE33AF'

red 222 ◦ green 51 ◦ blue 175

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

Shades of Persian Rose #DE33AF

Tints of Persian Rose #DE33AF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.38%

 BLUE value IS 175 (68.75% from 255) = 39.06%

R = 49.55%
G = 11.38%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DE33AF (or 0xDE33AF) is known color: Persian Rose. HEX triplet: DE, 33 and AF. RGB value is (222,51,175). Sum of RGB (Red+Green+Blue) = 222+51+175=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 51 (20.31% from 255 or 11.38% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DE33AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE33AF is #21CC50. Grayscale: #737373. Windows color (decimal): -2214993 or 11482078. OLE color: 11482078.

HSL color Cylindrical-coordinate representation of color #DE33AF: hue angle of 316.49º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE33AF is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 51 175 -
CMYK 0 0.77 0.21 0.13
HSL 316.49º 0.72% 0.54% -
HSV(B) 316.49º 0.77% 0.87% -
XYZ 39.05 20.99 42.55 -
YUV 116.27 161.15 203.42 -
System Red Green Blue C M Y K H S L
Decimal 222 51 175 0 0.77 0.21 0.13 316.49 0.72 0.54
Hex DE 33 AF 0 4D 15 D 13C 48 36
Octal 336 63 257 0 115 25 15 474 110 66
Binary 11011110 110011 10101111 0 1001101 10101 1101 100111100 1001000 110110

Color Harmonies of #DE33AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE33AF

Black with #DE33AF

Text Example


Text Example

White with #DE33AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE33AF; }

 p { color: rgb(222,51,175); }

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

background-color css

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

 a { background-color: rgb(222,51,175); }

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

border-color css

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

 span { border-color: rgb(222,51,175); }

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