Html Css Color HEX #DF3FB9 Razzle Dazzle Rose

📋 copy color: '#DF3FB9'

red 223 ◦ green 63 ◦ blue 185

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

Shades of Razzle Dazzle Rose #DF3FB9

Tints of Razzle Dazzle Rose #DF3FB9

RGB

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

 GREEN value IS 63 (25% from 255) = 13.38%

 BLUE value IS 185 (72.66% from 255) = 39.28%

R = 47.35%
G = 13.38%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DF3FB9 (or 0xDF3FB9) is known color: Razzle Dazzle Rose. HEX triplet: DF, 3F and B9. RGB value is (223,63,185). Sum of RGB (Red+Green+Blue) = 223+63+185=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 63 (25% from 255 or 13.38% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3FB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF3FB9 is #20C046. Grayscale: #7C7C7C. Windows color (decimal): -2146375 or 12140511. OLE color: 12140511.

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

Color convert

RGB 223 63 185 -
CMYK 0 0.72 0.17 0.13
HSL 314.25º 0.71% 0.56% -
HSV(B) 314.25º 0.72% 0.87% -
XYZ 40.97 22.75 48.13 -
YUV 124.75 162.01 198.08 -
System Red Green Blue C M Y K H S L
Decimal 223 63 185 0 0.72 0.17 0.13 314.25 0.71 0.56
Hex DF 3F B9 0 48 11 D 13A 47 38
Octal 337 77 271 0 110 21 15 472 107 70
Binary 11011111 111111 10111001 0 1001000 10001 1101 100111010 1000111 111000

Color Harmonies of #DF3FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3FB9

Black with #DF3FB9

Text Example


Text Example

White with #DF3FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3FB9; }

 p { color: rgb(223,63,185); }

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

background-color css

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

 a { background-color: rgb(223,63,185); }

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

border-color css

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

 span { border-color: rgb(223,63,185); }

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