Html Css Color HEX #DD33B1 Persian Rose

📋 copy color: '#DD33B1'

red 221 ◦ green 51 ◦ blue 177

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

Shades of Persian Rose #DD33B1

Tints of Persian Rose #DD33B1

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.36%

 BLUE value IS 177 (69.53% from 255) = 39.42%

R = 49.22%
G = 11.36%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD33B1 (or 0xDD33B1) is known color: Persian Rose. HEX triplet: DD, 33 and B1. RGB value is (221,51,177). Sum of RGB (Red+Green+Blue) = 221+51+177=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 51 (20.31% from 255 or 11.36% from 449); Blue value is 177 (69.53% from 255 or 39.42% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD33B1 is #22CC4E. Grayscale: #737373. Windows color (decimal): -2280527 or 11613149. OLE color: 11613149.

HSL color Cylindrical-coordinate representation of color #DD33B1: hue angle of 315.53º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD33B1 is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 51 177 -
CMYK 0 0.77 0.20 0.13
HSL 315.53º 0.71% 0.53% -
HSV(B) 315.53º 0.77% 0.87% -
XYZ 38.94 20.91 43.58 -
YUV 116.19 162.32 202.75 -
System Red Green Blue C M Y K H S L
Decimal 221 51 177 0 0.77 0.20 0.13 315.53 0.71 0.53
Hex DD 33 B1 0 4D 14 D 13C 47 35
Octal 335 63 261 0 115 24 15 474 107 65
Binary 11011101 110011 10110001 0 1001101 10100 1101 100111100 1000111 110101

Color Harmonies of #DD33B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD33B1

Black with #DD33B1

Text Example


Text Example

White with #DD33B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD33B1; }

 p { color: rgb(221,51,177); }

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

background-color css

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

 a { background-color: rgb(221,51,177); }

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

border-color css

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

 span { border-color: rgb(221,51,177); }

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