Html Css Color HEX #DD38BA Razzle Dazzle Rose

📋 copy color: '#DD38BA'

red 221 ◦ green 56 ◦ blue 186

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

Shades of Razzle Dazzle Rose #DD38BA

Tints of Razzle Dazzle Rose #DD38BA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.1%

 BLUE value IS 186 (73.05% from 255) = 40.17%

R = 47.73%
G = 12.1%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD38BA (or 0xDD38BA) is known color: Razzle Dazzle Rose. HEX triplet: DD, 38 and BA. RGB value is (221,56,186). Sum of RGB (Red+Green+Blue) = 221+56+186=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 56 (22.27% from 255 or 12.10% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD38BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD38BA is #22C745. Grayscale: #777777. Windows color (decimal): -2279238 or 12204253. OLE color: 12204253.

HSL color Cylindrical-coordinate representation of color #DD38BA: hue angle of 312.73º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD38BA is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 56 186 -
CMYK 0 0.75 0.16 0.13
HSL 312.73º 0.71% 0.54% -
HSV(B) 312.73º 0.75% 0.87% -
XYZ 40.1 21.75 48.54 -
YUV 120.16 165.16 199.93 -
System Red Green Blue C M Y K H S L
Decimal 221 56 186 0 0.75 0.16 0.13 312.73 0.71 0.54
Hex DD 38 BA 0 4B 10 D 139 47 36
Octal 335 70 272 0 113 20 15 471 107 66
Binary 11011101 111000 10111010 0 1001011 10000 1101 100111001 1000111 110110

Color Harmonies of #DD38BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD38BA

Black with #DD38BA

Text Example


Text Example

White with #DD38BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD38BA; }

 p { color: rgb(221,56,186); }

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

background-color css

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

 a { background-color: rgb(221,56,186); }

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

border-color css

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

 span { border-color: rgb(221,56,186); }

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