Html Css Color HEX #DD34B3 Persian Rose

📋 copy color: '#DD34B3'

red 221 ◦ green 52 ◦ blue 179

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

Shades of Persian Rose #DD34B3

Tints of Persian Rose #DD34B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.6%

R = 48.89%
G = 11.5%
B = 39.6%

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

#DD34B3 (or 0xDD34B3) is known color: Persian Rose. HEX triplet: DD, 34 and B3. RGB value is (221,52,179). Sum of RGB (Red+Green+Blue) = 221+52+179=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 52 (20.70% from 255 or 11.50% from 452); Blue value is 179 (70.31% from 255 or 39.60% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD34B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD34B3 is #22CB4C. Grayscale: #747474. Windows color (decimal): -2280269 or 11744477. OLE color: 11744477.

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

Color convert

RGB 221 52 179 -
CMYK 0 0.76 0.19 0.13
HSL 314.91º 0.71% 0.54% -
HSV(B) 314.91º 0.76% 0.87% -
XYZ 39.18 21.08 44.65 -
YUV 117.01 162.99 202.17 -
System Red Green Blue C M Y K H S L
Decimal 221 52 179 0 0.76 0.19 0.13 314.91 0.71 0.54
Hex DD 34 B3 0 4C 13 D 13B 47 36
Octal 335 64 263 0 114 23 15 473 107 66
Binary 11011101 110100 10110011 0 1001100 10011 1101 100111011 1000111 110110

Color Harmonies of #DD34B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD34B3

Black with #DD34B3

Text Example


Text Example

White with #DD34B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD34B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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