Html Css Color HEX #DD34C9 Razzle Dazzle Rose

📋 copy color: '#DD34C9'

red 221 ◦ green 52 ◦ blue 201

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

Shades of Razzle Dazzle Rose #DD34C9

Tints of Razzle Dazzle Rose #DD34C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.41%

R = 46.62%
G = 10.97%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD34C9 (or 0xDD34C9) is known color: Razzle Dazzle Rose. HEX triplet: DD, 34 and C9. RGB value is (221,52,201). Sum of RGB (Red+Green+Blue) = 221+52+201=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 52 (20.70% from 255 or 10.97% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD34C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD34C9 is #22CB36. Grayscale: #777777. Windows color (decimal): -2280247 or 13186269. OLE color: 13186269.

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

Color convert

RGB 221 52 201 -
CMYK 0 0.76 0.09 0.13
HSL 307.1º 0.71% 0.54% -
HSV(B) 307.1º 0.76% 0.87% -
XYZ 41.59 22.05 57.32 -
YUV 119.52 173.99 200.38 -
System Red Green Blue C M Y K H S L
Decimal 221 52 201 0 0.76 0.09 0.13 307.1 0.71 0.54
Hex DD 34 C9 0 4C 9 D 133 47 36
Octal 335 64 311 0 114 11 15 463 107 66
Binary 11011101 110100 11001001 0 1001100 1001 1101 100110011 1000111 110110

Color Harmonies of #DD34C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD34C9

Black with #DD34C9

Text Example


Text Example

White with #DD34C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD34C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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