Html Css Color HEX #DD33B0 Persian Rose

📋 copy color: '#DD33B0'

red 221 ◦ green 51 ◦ blue 176

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

Shades of Persian Rose #DD33B0

Tints of Persian Rose #DD33B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.29%

R = 49.33%
G = 11.38%
B = 39.29%

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

#DD33B0 (or 0xDD33B0) is known color: Persian Rose. HEX triplet: DD, 33 and B0. RGB value is (221,51,176). Sum of RGB (Red+Green+Blue) = 221+51+176=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 51 (20.31% from 255 or 11.38% from 448); Blue value is 176 (69.14% from 255 or 39.29% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD33B0 is #22CC4F. Grayscale: #737373. Windows color (decimal): -2280528 or 11547613. OLE color: 11547613.

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

Color convert

RGB 221 51 176 -
CMYK 0 0.77 0.20 0.13
HSL 315.88º 0.71% 0.53% -
HSV(B) 315.88º 0.77% 0.87% -
XYZ 38.84 20.87 43.06 -
YUV 116.08 161.82 202.84 -
System Red Green Blue C M Y K H S L
Decimal 221 51 176 0 0.77 0.20 0.13 315.88 0.71 0.53
Hex DD 33 B0 0 4D 14 D 13C 47 35
Octal 335 63 260 0 115 24 15 474 107 65
Binary 11011101 110011 10110000 0 1001101 10100 1101 100111100 1000111 110101

Color Harmonies of #DD33B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD33B0

Black with #DD33B0

Text Example


Text Example

White with #DD33B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD33B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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