Html Css Color HEX #DD26A7 Persian Rose

📋 copy color: '#DD26A7'

red 221 ◦ green 38 ◦ blue 167

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

Shades of Persian Rose #DD26A7

Tints of Persian Rose #DD26A7

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.92%

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

R = 51.88%
G = 8.92%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD26A7 (or 0xDD26A7) is known color: Persian Rose. HEX triplet: DD, 26 and A7. RGB value is (221,38,167). Sum of RGB (Red+Green+Blue) = 221+38+167=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 38 (15.23% from 255 or 8.92% from 426); Blue value is 167 (65.62% from 255 or 39.20% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD26A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD26A7 is #22D958. Grayscale: #6B6B6B. Windows color (decimal): -2283865 or 10954461. OLE color: 10954461.

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

Color convert

RGB 221 38 167 -
CMYK 0 0.83 0.24 0.13
HSL 317.7º 0.73% 0.51% -
HSV(B) 317.7º 0.83% 0.87% -
XYZ 37.49 19.55 38.36 -
YUV 107.42 161.63 209.01 -
System Red Green Blue C M Y K H S L
Decimal 221 38 167 0 0.83 0.24 0.13 317.7 0.73 0.51
Hex DD 26 A7 0 53 18 D 13E 49 33
Octal 335 46 247 0 123 30 15 476 111 63
Binary 11011101 100110 10100111 0 1010011 11000 1101 100111110 1001001 110011

Color Harmonies of #DD26A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD26A7

Black with #DD26A7

Text Example


Text Example

White with #DD26A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD26A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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