Html Css Color HEX #DC3BBD Razzle Dazzle Rose

📋 copy color: '#DC3BBD'

red 220 ◦ green 59 ◦ blue 189

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

Shades of Razzle Dazzle Rose #DC3BBD

Tints of Razzle Dazzle Rose #DC3BBD

RGB

 RED value IS 220 (86.33% from 255) = 47.01%

 GREEN value IS 59 (23.44% from 255) = 12.61%

 BLUE value IS 189 (74.22% from 255) = 40.38%

R = 47.01%
G = 12.61%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DC3BBD (or 0xDC3BBD) is known color: Razzle Dazzle Rose. HEX triplet: DC, 3B and BD. RGB value is (220,59,189). Sum of RGB (Red+Green+Blue) = 220+59+189=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 59 (23.44% from 255 or 12.61% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC3BBD is #23C442. Grayscale: #797979. Windows color (decimal): -2344003 or 12401628. OLE color: 12401628.

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

Color convert

RGB 220 59 189 -
CMYK 0 0.73 0.14 0.14
HSL 311.55º 0.7% 0.55% -
HSV(B) 311.55º 0.73% 0.86% -
XYZ 40.26 22.02 50.27 -
YUV 121.96 165.84 197.93 -
System Red Green Blue C M Y K H S L
Decimal 220 59 189 0 0.73 0.14 0.14 311.55 0.7 0.55
Hex DC 3B BD 0 49 E E 138 46 37
Octal 334 73 275 0 111 16 16 470 106 67
Binary 11011100 111011 10111101 0 1001001 1110 1110 100111000 1000110 110111

Color Harmonies of #DC3BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3BBD

Black with #DC3BBD

Text Example


Text Example

White with #DC3BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3BBD; }

 p { color: rgb(220,59,189); }

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

background-color css

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

 a { background-color: rgb(220,59,189); }

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

border-color css

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

 span { border-color: rgb(220,59,189); }

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