Html Css Color HEX #DD28BC Razzle Dazzle Rose

📋 copy color: '#DD28BC'

red 221 ◦ green 40 ◦ blue 188

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

Shades of Razzle Dazzle Rose #DD28BC

Tints of Razzle Dazzle Rose #DD28BC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.91%

 BLUE value IS 188 (73.83% from 255) = 41.87%

R = 49.22%
G = 8.91%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD28BC (or 0xDD28BC) is known color: Razzle Dazzle Rose. HEX triplet: DD, 28 and BC. RGB value is (221,40,188). Sum of RGB (Red+Green+Blue) = 221+40+188=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 40 (16.02% from 255 or 8.91% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD28BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD28BC is #22D743. Grayscale: #6E6E6E. Windows color (decimal): -2283332 or 12331229. OLE color: 12331229.

HSL color Cylindrical-coordinate representation of color #DD28BC: hue angle of 310.94º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD28BC is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 40 188 -
CMYK 0 0.82 0.15 0.13
HSL 310.94º 0.73% 0.51% -
HSV(B) 310.94º 0.82% 0.87% -
XYZ 39.65 20.52 49.45 -
YUV 110.99 171.47 206.47 -
System Red Green Blue C M Y K H S L
Decimal 221 40 188 0 0.82 0.15 0.13 310.94 0.73 0.51
Hex DD 28 BC 0 52 F D 137 49 33
Octal 335 50 274 0 122 17 15 467 111 63
Binary 11011101 101000 10111100 0 1010010 1111 1101 100110111 1001001 110011

Color Harmonies of #DD28BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD28BC

Black with #DD28BC

Text Example


Text Example

White with #DD28BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD28BC; }

 p { color: rgb(221,40,188); }

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

background-color css

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

 a { background-color: rgb(221,40,188); }

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

border-color css

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

 span { border-color: rgb(221,40,188); }

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