Html Css Color HEX #DF3DB5 Razzle Dazzle Rose

📋 copy color: '#DF3DB5'

red 223 ◦ green 61 ◦ blue 181

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

Shades of Razzle Dazzle Rose #DF3DB5

Tints of Razzle Dazzle Rose #DF3DB5

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.12%

 BLUE value IS 181 (71.09% from 255) = 38.92%

R = 47.96%
G = 13.12%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF3DB5 (or 0xDF3DB5) is known color: Razzle Dazzle Rose. HEX triplet: DF, 3D and B5. RGB value is (223,61,181). Sum of RGB (Red+Green+Blue) = 223+61+181=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF3DB5 is #20C24A. Grayscale: #7A7A7A. Windows color (decimal): -2146891 or 11877855. OLE color: 11877855.

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

Color convert

RGB 223 61 181 -
CMYK 0 0.73 0.19 0.13
HSL 315.56º 0.72% 0.56% -
HSV(B) 315.56º 0.73% 0.87% -
XYZ 40.44 22.36 45.9 -
YUV 123.12 160.67 199.24 -
System Red Green Blue C M Y K H S L
Decimal 223 61 181 0 0.73 0.19 0.13 315.56 0.72 0.56
Hex DF 3D B5 0 49 13 D 13C 48 38
Octal 337 75 265 0 111 23 15 474 110 70
Binary 11011111 111101 10110101 0 1001001 10011 1101 100111100 1001000 111000

Color Harmonies of #DF3DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3DB5

Black with #DF3DB5

Text Example


Text Example

White with #DF3DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3DB5; }

 p { color: rgb(223,61,181); }

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

background-color css

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

 a { background-color: rgb(223,61,181); }

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

border-color css

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

 span { border-color: rgb(223,61,181); }

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