Html Css Color HEX #DD3CC0 Razzle Dazzle Rose

📋 copy color: '#DD3CC0'

red 221 ◦ green 60 ◦ blue 192

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

Shades of Razzle Dazzle Rose #DD3CC0

Tints of Razzle Dazzle Rose #DD3CC0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.68%

 BLUE value IS 192 (75.39% from 255) = 40.59%

R = 46.72%
G = 12.68%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DD3CC0 (or 0xDD3CC0) is known color: Razzle Dazzle Rose. HEX triplet: DD, 3C and C0. RGB value is (221,60,192). Sum of RGB (Red+Green+Blue) = 221+60+192=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 60 (23.83% from 255 or 12.68% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3CC0 is #22C33F. Grayscale: #7A7A7A. Windows color (decimal): -2278208 or 12598493. OLE color: 12598493.

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

Color convert

RGB 221 60 192 -
CMYK 0 0.73 0.13 0.13
HSL 310.81º 0.7% 0.55% -
HSV(B) 310.81º 0.73% 0.87% -
XYZ 40.95 22.41 52.04 -
YUV 123.19 166.84 197.77 -
System Red Green Blue C M Y K H S L
Decimal 221 60 192 0 0.73 0.13 0.13 310.81 0.7 0.55
Hex DD 3C C0 0 49 D D 137 46 37
Octal 335 74 300 0 111 15 15 467 106 67
Binary 11011101 111100 11000000 0 1001001 1101 1101 100110111 1000110 110111

Color Harmonies of #DD3CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3CC0

Black with #DD3CC0

Text Example


Text Example

White with #DD3CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3CC0; }

 p { color: rgb(221,60,192); }

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

background-color css

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

 a { background-color: rgb(221,60,192); }

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

border-color css

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

 span { border-color: rgb(221,60,192); }

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