Html Css Color HEX #DF41B7 Razzle Dazzle Rose

📋 copy color: '#DF41B7'

red 223 ◦ green 65 ◦ blue 183

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

Shades of Razzle Dazzle Rose #DF41B7

Tints of Razzle Dazzle Rose #DF41B7

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.8%

 BLUE value IS 183 (71.88% from 255) = 38.85%

R = 47.35%
G = 13.8%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DF41B7 (or 0xDF41B7) is known color: Razzle Dazzle Rose. HEX triplet: DF, 41 and B7. RGB value is (223,65,183). Sum of RGB (Red+Green+Blue) = 223+65+183=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 65 (25.78% from 255 or 13.80% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF41B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF41B7 is #20BE48. Grayscale: #7D7D7D. Windows color (decimal): -2145865 or 12009951. OLE color: 12009951.

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

Color convert

RGB 223 65 183 -
CMYK 0 0.71 0.18 0.13
HSL 315.19º 0.71% 0.56% -
HSV(B) 315.19º 0.71% 0.87% -
XYZ 40.87 22.89 47.06 -
YUV 125.69 160.35 197.41 -
System Red Green Blue C M Y K H S L
Decimal 223 65 183 0 0.71 0.18 0.13 315.19 0.71 0.56
Hex DF 41 B7 0 47 12 D 13B 47 38
Octal 337 101 267 0 107 22 15 473 107 70
Binary 11011111 1000001 10110111 0 1000111 10010 1101 100111011 1000111 111000

Color Harmonies of #DF41B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF41B7

Black with #DF41B7

Text Example


Text Example

White with #DF41B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF41B7; }

 p { color: rgb(223,65,183); }

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

background-color css

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

 a { background-color: rgb(223,65,183); }

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

border-color css

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

 span { border-color: rgb(223,65,183); }

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