Html Css Color HEX #DD34B2 Persian Rose

📋 copy color: '#DD34B2'

red 221 ◦ green 52 ◦ blue 178

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

Shades of Persian Rose #DD34B2

Tints of Persian Rose #DD34B2

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.53%

 BLUE value IS 178 (69.92% from 255) = 39.47%

R = 49%
G = 11.53%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD34B2 (or 0xDD34B2) is known color: Persian Rose. HEX triplet: DD, 34 and B2. RGB value is (221,52,178). Sum of RGB (Red+Green+Blue) = 221+52+178=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 52 (20.70% from 255 or 11.53% from 451); Blue value is 178 (69.92% from 255 or 39.47% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD34B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD34B2 is #22CB4D. Grayscale: #747474. Windows color (decimal): -2280270 or 11678941. OLE color: 11678941.

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

Color convert

RGB 221 52 178 -
CMYK 0 0.76 0.19 0.13
HSL 315.27º 0.71% 0.54% -
HSV(B) 315.27º 0.76% 0.87% -
XYZ 39.08 21.04 44.12 -
YUV 116.9 162.49 202.25 -
System Red Green Blue C M Y K H S L
Decimal 221 52 178 0 0.76 0.19 0.13 315.27 0.71 0.54
Hex DD 34 B2 0 4C 13 D 13B 47 36
Octal 335 64 262 0 114 23 15 473 107 66
Binary 11011101 110100 10110010 0 1001100 10011 1101 100111011 1000111 110110

Color Harmonies of #DD34B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD34B2

Black with #DD34B2

Text Example


Text Example

White with #DD34B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD34B2; }

 p { color: rgb(221,52,178); }

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

background-color css

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

 a { background-color: rgb(221,52,178); }

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

border-color css

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

 span { border-color: rgb(221,52,178); }

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