Html Css Color HEX #DD23A7 Persian Rose

📋 copy color: '#DD23A7'

red 221 ◦ green 35 ◦ blue 167

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

Shades of Persian Rose #DD23A7

Tints of Persian Rose #DD23A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 39.48%

R = 52.25%
G = 8.27%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD23A7 (or 0xDD23A7) is known color: Persian Rose. HEX triplet: DD, 23 and A7. RGB value is (221,35,167). Sum of RGB (Red+Green+Blue) = 221+35+167=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 35 (14.06% from 255 or 8.27% from 423); Blue value is 167 (65.62% from 255 or 39.48% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD23A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD23A7 is #22DC58. Grayscale: #696969. Windows color (decimal): -2284633 or 10953693. OLE color: 10953693.

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

Color convert

RGB 221 35 167 -
CMYK 0 0.84 0.24 0.13
HSL 317.42º 0.73% 0.5% -
HSV(B) 317.42º 0.84% 0.87% -
XYZ 37.39 19.36 38.33 -
YUV 105.66 162.62 210.27 -
System Red Green Blue C M Y K H S L
Decimal 221 35 167 0 0.84 0.24 0.13 317.42 0.73 0.5
Hex DD 23 A7 0 54 18 D 13D 49 32
Octal 335 43 247 0 124 30 15 475 111 62
Binary 11011101 100011 10100111 0 1010100 11000 1101 100111101 1001001 110010

Color Harmonies of #DD23A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD23A7

Black with #DD23A7

Text Example


Text Example

White with #DD23A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD23A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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