Html Css Color HEX #DD2EBB Razzle Dazzle Rose

📋 copy color: '#DD2EBB'

red 221 ◦ green 46 ◦ blue 187

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

Shades of Razzle Dazzle Rose #DD2EBB

Tints of Razzle Dazzle Rose #DD2EBB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.13%

 BLUE value IS 187 (73.44% from 255) = 41.19%

R = 48.68%
G = 10.13%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD2EBB (or 0xDD2EBB) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2E and BB. RGB value is (221,46,187). Sum of RGB (Red+Green+Blue) = 221+46+187=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 46 (18.36% from 255 or 10.13% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2EBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2EBB is #22D144. Grayscale: #727272. Windows color (decimal): -2281797 or 12267229. OLE color: 12267229.

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

Color convert

RGB 221 46 187 -
CMYK 0 0.79 0.15 0.13
HSL 311.66º 0.72% 0.52% -
HSV(B) 311.66º 0.79% 0.87% -
XYZ 39.77 20.91 48.95 -
YUV 114.4 168.98 204.04 -
System Red Green Blue C M Y K H S L
Decimal 221 46 187 0 0.79 0.15 0.13 311.66 0.72 0.52
Hex DD 2E BB 0 4F F D 138 48 34
Octal 335 56 273 0 117 17 15 470 110 64
Binary 11011101 101110 10111011 0 1001111 1111 1101 100111000 1001000 110100

Color Harmonies of #DD2EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2EBB

Black with #DD2EBB

Text Example


Text Example

White with #DD2EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2EBB; }

 p { color: rgb(221,46,187); }

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

background-color css

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

 a { background-color: rgb(221,46,187); }

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

border-color css

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

 span { border-color: rgb(221,46,187); }

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