Html Css Color HEX #DC33B9 Razzle Dazzle Rose

📋 copy color: '#DC33B9'

red 220 ◦ green 51 ◦ blue 185

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

Shades of Razzle Dazzle Rose #DC33B9

Tints of Razzle Dazzle Rose #DC33B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.57%

R = 48.25%
G = 11.18%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DC33B9 (or 0xDC33B9) is known color: Razzle Dazzle Rose. HEX triplet: DC, 33 and B9. RGB value is (220,51,185). Sum of RGB (Red+Green+Blue) = 220+51+185=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 51 (20.31% from 255 or 11.18% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC33B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC33B9 is #23CC46. Grayscale: #747474. Windows color (decimal): -2346055 or 12137436. OLE color: 12137436.

HSL color Cylindrical-coordinate representation of color #DC33B9: hue angle of 312.43º 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 #DC33B9 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 51 185 -
CMYK 0 0.77 0.16 0.14
HSL 312.43º 0.71% 0.53% -
HSV(B) 312.43º 0.77% 0.86% -
XYZ 39.46 21.09 47.89 -
YUV 116.81 166.49 201.6 -
System Red Green Blue C M Y K H S L
Decimal 220 51 185 0 0.77 0.16 0.14 312.43 0.71 0.53
Hex DC 33 B9 0 4D 10 E 138 47 35
Octal 334 63 271 0 115 20 16 470 107 65
Binary 11011100 110011 10111001 0 1001101 10000 1110 100111000 1000111 110101

Color Harmonies of #DC33B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC33B9

Black with #DC33B9

Text Example


Text Example

White with #DC33B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC33B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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