Html Css Color HEX #DD23A4 Persian Rose

📋 copy color: '#DD23A4'

red 221 ◦ green 35 ◦ blue 164

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

Shades of Persian Rose #DD23A4

Tints of Persian Rose #DD23A4

RGB

 RED value IS 221 (86.72% from 255) = 52.62%

 GREEN value IS 35 (14.06% from 255) = 8.33%

 BLUE value IS 164 (64.45% from 255) = 39.05%

R = 52.62%
G = 8.33%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DD23A4 (or 0xDD23A4) is known color: Persian Rose. HEX triplet: DD, 23 and A4. RGB value is (221,35,164). Sum of RGB (Red+Green+Blue) = 221+35+164=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 35 (14.06% from 255 or 8.33% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD23A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD23A4 is #22DC5B. Grayscale: #686868. Windows color (decimal): -2284636 or 10757085. OLE color: 10757085.

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

Color convert

RGB 221 35 164 -
CMYK 0 0.84 0.26 0.13
HSL 318.39º 0.73% 0.5% -
HSV(B) 318.39º 0.84% 0.87% -
XYZ 37.12 19.25 36.88 -
YUV 105.32 161.12 210.51 -
System Red Green Blue C M Y K H S L
Decimal 221 35 164 0 0.84 0.26 0.13 318.39 0.73 0.5
Hex DD 23 A4 0 54 1A D 13E 49 32
Octal 335 43 244 0 124 32 15 476 111 62
Binary 11011101 100011 10100100 0 1010100 11010 1101 100111110 1001001 110010

Color Harmonies of #DD23A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD23A4

Black with #DD23A4

Text Example


Text Example

White with #DD23A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD23A4; }

 p { color: rgb(221,35,164); }

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

background-color css

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

 a { background-color: rgb(221,35,164); }

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

border-color css

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

 span { border-color: rgb(221,35,164); }

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