Html Css Color HEX #DD31BB Razzle Dazzle Rose

📋 copy color: '#DD31BB'

red 221 ◦ green 49 ◦ blue 187

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

Shades of Razzle Dazzle Rose #DD31BB

Tints of Razzle Dazzle Rose #DD31BB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.72%

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

R = 48.36%
G = 10.72%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD31BB (or 0xDD31BB) is known color: Razzle Dazzle Rose. HEX triplet: DD, 31 and BB. RGB value is (221,49,187). Sum of RGB (Red+Green+Blue) = 221+49+187=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 49 (19.53% from 255 or 10.72% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD31BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD31BB is #22CE44. Grayscale: #737373. Windows color (decimal): -2281029 or 12267997. OLE color: 12267997.

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

Color convert

RGB 221 49 187 -
CMYK 0 0.78 0.15 0.13
HSL 311.86º 0.72% 0.53% -
HSV(B) 311.86º 0.78% 0.87% -
XYZ 39.89 21.16 49 -
YUV 116.16 167.98 202.78 -
System Red Green Blue C M Y K H S L
Decimal 221 49 187 0 0.78 0.15 0.13 311.86 0.72 0.53
Hex DD 31 BB 0 4E F D 138 48 35
Octal 335 61 273 0 116 17 15 470 110 65
Binary 11011101 110001 10111011 0 1001110 1111 1101 100111000 1001000 110101

Color Harmonies of #DD31BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD31BB

Black with #DD31BB

Text Example


Text Example

White with #DD31BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD31BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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