#DA35CD

Color #DA35CD Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #DA35CD

Tints of Razzle Dazzle Rose #DA35CD

Color information

#DA35CD (or 0xDA35CD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DA, 35 and CD. RGB value is (218,53,205). Sum of RGB (Red+Green+Blue) = 218+53+205=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 53 (21.09% from 255 or 11.13% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA35CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA35CD is #25CA32. Grayscale: #777777. Windows color (decimal): -2476595 or 13448666. OLE color: 13448666.

HSL color Cylindrical-coordinate representation of color #DA35CD: hue angle of 304.73º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA35CD is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB21853205-
CMYK00.760.060.15
HSL304.73º69.04%53.14%-
HSV(B)304.73º75.69%85.49%-
XYZ41.2121.8659.81-
YUV119.66176.16198.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.80%
GREEN value IS 53 (21.09% from 255) = 11.13%
BLUE value IS 205 (80.47% from 255) = 43.07%
R=45.80%
G=11.13%
B=43.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2185320500.760.060.15304.7369.0453.14
HexDA35CD04C6F1314535
Octal33265315011461746110565
Binary11011010110101110011010100110011011111001100011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA35CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA35CD; }

 p { color: rgb(218,53,205); }

 H1.HeaderClassName
 {
   color: #DA35CD;
 }
 .AnyTagClassName
 {
   color: #DA35CD;
 }
</style>
background-color css

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

 a { background-color: rgb(218,53,205); }

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

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

 span { border-color: rgb(218,53,205); }

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