Html Css Color HEX #DC33BE Razzle Dazzle Rose

📋 copy color: '#DC33BE'

red 220 ◦ green 51 ◦ blue 190

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

Shades of Razzle Dazzle Rose #DC33BE

Tints of Razzle Dazzle Rose #DC33BE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.06%

 BLUE value IS 190 (74.61% from 255) = 41.21%

R = 47.72%
G = 11.06%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DC33BE (or 0xDC33BE) is known color: Razzle Dazzle Rose. HEX triplet: DC, 33 and BE. RGB value is (220,51,190). Sum of RGB (Red+Green+Blue) = 220+51+190=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 51 (20.31% from 255 or 11.06% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC33BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC33BE is #23CC41. Grayscale: #747474. Windows color (decimal): -2346050 or 12465116. OLE color: 12465116.

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

Color convert

RGB 220 51 190 -
CMYK 0 0.77 0.14 0.14
HSL 310.65º 0.71% 0.53% -
HSV(B) 310.65º 0.77% 0.86% -
XYZ 39.99 21.3 50.72 -
YUV 117.38 168.99 201.2 -
System Red Green Blue C M Y K H S L
Decimal 220 51 190 0 0.77 0.14 0.14 310.65 0.71 0.53
Hex DC 33 BE 0 4D E E 137 47 35
Octal 334 63 276 0 115 16 16 467 107 65
Binary 11011100 110011 10111110 0 1001101 1110 1110 100110111 1000111 110101

Color Harmonies of #DC33BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC33BE

Black with #DC33BE

Text Example


Text Example

White with #DC33BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC33BE; }

 p { color: rgb(220,51,190); }

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

background-color css

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

 a { background-color: rgb(220,51,190); }

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

border-color css

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

 span { border-color: rgb(220,51,190); }

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