Html Css Color HEX #DD34B8 Razzle Dazzle Rose

📋 copy color: '#DD34B8'

red 221 ◦ green 52 ◦ blue 184

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

Shades of Razzle Dazzle Rose #DD34B8

Tints of Razzle Dazzle Rose #DD34B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.26%

R = 48.36%
G = 11.38%
B = 40.26%

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

#DD34B8 (or 0xDD34B8) is known color: Razzle Dazzle Rose. HEX triplet: DD, 34 and B8. RGB value is (221,52,184). Sum of RGB (Red+Green+Blue) = 221+52+184=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 52 (20.70% from 255 or 11.38% from 457); Blue value is 184 (72.27% from 255 or 40.26% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD34B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD34B8 is #22CB47. Grayscale: #757575. Windows color (decimal): -2280264 or 12072157. OLE color: 12072157.

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

Color convert

RGB 221 52 184 -
CMYK 0 0.76 0.17 0.13
HSL 313.14º 0.71% 0.54% -
HSV(B) 313.14º 0.76% 0.87% -
XYZ 39.7 21.29 47.36 -
YUV 117.58 165.49 201.77 -
System Red Green Blue C M Y K H S L
Decimal 221 52 184 0 0.76 0.17 0.13 313.14 0.71 0.54
Hex DD 34 B8 0 4C 11 D 139 47 36
Octal 335 64 270 0 114 21 15 471 107 66
Binary 11011101 110100 10111000 0 1001100 10001 1101 100111001 1000111 110110

Color Harmonies of #DD34B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD34B8

Black with #DD34B8

Text Example


Text Example

White with #DD34B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD34B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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