Html Css Color HEX #DC35D1 Razzle Dazzle Rose

📋 copy color: '#DC35D1'

red 220 ◦ green 53 ◦ blue 209

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

Shades of Razzle Dazzle Rose #DC35D1

Tints of Razzle Dazzle Rose #DC35D1

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11%

 BLUE value IS 209 (82.03% from 255) = 43.36%

R = 45.64%
G = 11%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC35D1 (or 0xDC35D1) is known color: Razzle Dazzle Rose. HEX triplet: DC, 35 and D1. RGB value is (220,53,209). Sum of RGB (Red+Green+Blue) = 220+53+209=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 53 (21.09% from 255 or 11.00% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC35D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC35D1 is #23CA2E. Grayscale: #787878. Windows color (decimal): -2345519 or 13710812. OLE color: 13710812.

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

Color convert

RGB 220 53 209 -
CMYK 0 0.76 0.05 0.14
HSL 303.95º 0.7% 0.54% -
HSV(B) 303.95º 0.76% 0.86% -
XYZ 42.3 22.37 62.41 -
YUV 120.72 177.83 198.82 -
System Red Green Blue C M Y K H S L
Decimal 220 53 209 0 0.76 0.05 0.14 303.95 0.7 0.54
Hex DC 35 D1 0 4C 5 E 130 46 36
Octal 334 65 321 0 114 5 16 460 106 66
Binary 11011100 110101 11010001 0 1001100 101 1110 100110000 1000110 110110

Color Harmonies of #DC35D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC35D1

Black with #DC35D1

Text Example


Text Example

White with #DC35D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC35D1; }

 p { color: rgb(220,53,209); }

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

background-color css

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

 a { background-color: rgb(220,53,209); }

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

border-color css

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

 span { border-color: rgb(220,53,209); }

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