Html Css Color HEX #DD34B7 Razzle Dazzle Rose

📋 copy color: '#DD34B7'

red 221 ◦ green 52 ◦ blue 183

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

Shades of Razzle Dazzle Rose #DD34B7

Tints of Razzle Dazzle Rose #DD34B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.13%

R = 48.46%
G = 11.4%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DD34B7 (or 0xDD34B7) is known color: Razzle Dazzle Rose. HEX triplet: DD, 34 and B7. RGB value is (221,52,183). Sum of RGB (Red+Green+Blue) = 221+52+183=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 52 (20.70% from 255 or 11.40% from 456); Blue value is 183 (71.88% from 255 or 40.13% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD34B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD34B7 is #22CB48. Grayscale: #757575. Windows color (decimal): -2280265 or 12006621. OLE color: 12006621.

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

Color convert

RGB 221 52 183 -
CMYK 0 0.76 0.17 0.13
HSL 313.49º 0.71% 0.54% -
HSV(B) 313.49º 0.76% 0.87% -
XYZ 39.59 21.25 46.81 -
YUV 117.47 164.99 201.85 -
System Red Green Blue C M Y K H S L
Decimal 221 52 183 0 0.76 0.17 0.13 313.49 0.71 0.54
Hex DD 34 B7 0 4C 11 D 139 47 36
Octal 335 64 267 0 114 21 15 471 107 66
Binary 11011101 110100 10110111 0 1001100 10001 1101 100111001 1000111 110110

Color Harmonies of #DD34B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD34B7

Black with #DD34B7

Text Example


Text Example

White with #DD34B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD34B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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