Html Css Color HEX #DD26A5 Persian Rose

📋 copy color: '#DD26A5'

red 221 ◦ green 38 ◦ blue 165

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

Shades of Persian Rose #DD26A5

Tints of Persian Rose #DD26A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.92%

R = 52.12%
G = 8.96%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD26A5 (or 0xDD26A5) is known color: Persian Rose. HEX triplet: DD, 26 and A5. RGB value is (221,38,165). Sum of RGB (Red+Green+Blue) = 221+38+165=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 38 (15.23% from 255 or 8.96% from 424); Blue value is 165 (64.84% from 255 or 38.92% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD26A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD26A5 is #22D95A. Grayscale: #6A6A6A. Windows color (decimal): -2283867 or 10823389. OLE color: 10823389.

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

Color convert

RGB 221 38 165 -
CMYK 0 0.83 0.25 0.13
HSL 318.36º 0.73% 0.51% -
HSV(B) 318.36º 0.83% 0.87% -
XYZ 37.3 19.47 37.39 -
YUV 107.2 160.63 209.17 -
System Red Green Blue C M Y K H S L
Decimal 221 38 165 0 0.83 0.25 0.13 318.36 0.73 0.51
Hex DD 26 A5 0 53 19 D 13E 49 33
Octal 335 46 245 0 123 31 15 476 111 63
Binary 11011101 100110 10100101 0 1010011 11001 1101 100111110 1001001 110011

Color Harmonies of #DD26A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD26A5

Black with #DD26A5

Text Example


Text Example

White with #DD26A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD26A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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