Html Css Color HEX #DC33D3 Razzle Dazzle Rose

📋 copy color: '#DC33D3'

red 220 ◦ green 51 ◦ blue 211

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

Shades of Razzle Dazzle Rose #DC33D3

Tints of Razzle Dazzle Rose #DC33D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.78%

R = 45.64%
G = 10.58%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DC33D3 (or 0xDC33D3) is known color: Razzle Dazzle Rose. HEX triplet: DC, 33 and D3. RGB value is (220,51,211). Sum of RGB (Red+Green+Blue) = 220+51+211=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 51 (20.31% from 255 or 10.58% from 482); Blue value is 211 (82.81% from 255 or 43.78% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC33D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC33D3 is #23CC2C. Grayscale: #777777. Windows color (decimal): -2346029 or 13841372. OLE color: 13841372.

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

Color convert

RGB 220 51 211 -
CMYK 0 0.77 0.04 0.14
HSL 303.2º 0.71% 0.53% -
HSV(B) 303.2º 0.77% 0.86% -
XYZ 42.46 22.29 63.69 -
YUV 119.77 179.49 199.49 -
System Red Green Blue C M Y K H S L
Decimal 220 51 211 0 0.77 0.04 0.14 303.2 0.71 0.53
Hex DC 33 D3 0 4D 4 E 12F 47 35
Octal 334 63 323 0 115 4 16 457 107 65
Binary 11011100 110011 11010011 0 1001101 100 1110 100101111 1000111 110101

Color Harmonies of #DC33D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC33D3

Black with #DC33D3

Text Example


Text Example

White with #DC33D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC33D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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