Html Css Color HEX #DD23A6 Persian Rose

📋 copy color: '#DD23A6'

red 221 ◦ green 35 ◦ blue 166

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

Shades of Persian Rose #DD23A6

Tints of Persian Rose #DD23A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 39.34%

R = 52.37%
G = 8.29%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD23A6 (or 0xDD23A6) is known color: Persian Rose. HEX triplet: DD, 23 and A6. RGB value is (221,35,166). Sum of RGB (Red+Green+Blue) = 221+35+166=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 35 (14.06% from 255 or 8.29% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD23A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD23A6 is #22DC59. Grayscale: #696969. Windows color (decimal): -2284634 or 10888157. OLE color: 10888157.

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

Color convert

RGB 221 35 166 -
CMYK 0 0.84 0.25 0.13
HSL 317.74º 0.73% 0.5% -
HSV(B) 317.74º 0.84% 0.87% -
XYZ 37.3 19.33 37.84 -
YUV 105.55 162.12 210.35 -
System Red Green Blue C M Y K H S L
Decimal 221 35 166 0 0.84 0.25 0.13 317.74 0.73 0.5
Hex DD 23 A6 0 54 19 D 13E 49 32
Octal 335 43 246 0 124 31 15 476 111 62
Binary 11011101 100011 10100110 0 1010100 11001 1101 100111110 1001001 110010

Color Harmonies of #DD23A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD23A6

Black with #DD23A6

Text Example


Text Example

White with #DD23A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD23A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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