Html Css Color HEX #DF35C5 Razzle Dazzle Rose

📋 copy color: '#DF35C5'

red 223 ◦ green 53 ◦ blue 197

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

Shades of Razzle Dazzle Rose #DF35C5

Tints of Razzle Dazzle Rose #DF35C5

RGB

 RED value IS 223 (87.5% from 255) = 47.15%

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

 BLUE value IS 197 (77.34% from 255) = 41.65%

R = 47.15%
G = 11.21%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DF35C5 (or 0xDF35C5) is known color: Razzle Dazzle Rose. HEX triplet: DF, 35 and C5. RGB value is (223,53,197). Sum of RGB (Red+Green+Blue) = 223+53+197=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 53 (21.09% from 255 or 11.21% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF35C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF35C5 is #20CA3A. Grayscale: #777777. Windows color (decimal): -2148923 or 12924383. OLE color: 12924383.

HSL color Cylindrical-coordinate representation of color #DF35C5: hue angle of 309.18º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF35C5 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 53 197 -
CMYK 0 0.76 0.12 0.13
HSL 309.18º 0.73% 0.54% -
HSV(B) 309.18º 0.76% 0.87% -
XYZ 41.78 22.27 54.92 -
YUV 120.25 171.32 201.29 -
System Red Green Blue C M Y K H S L
Decimal 223 53 197 0 0.76 0.12 0.13 309.18 0.73 0.54
Hex DF 35 C5 0 4C C D 135 49 36
Octal 337 65 305 0 114 14 15 465 111 66
Binary 11011111 110101 11000101 0 1001100 1100 1101 100110101 1001001 110110

Color Harmonies of #DF35C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF35C5

Black with #DF35C5

Text Example


Text Example

White with #DF35C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF35C5; }

 p { color: rgb(223,53,197); }

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

background-color css

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

 a { background-color: rgb(223,53,197); }

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

border-color css

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

 span { border-color: rgb(223,53,197); }

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