Html Css Color HEX #DF41B2 Razzle Dazzle Rose

📋 copy color: '#DF41B2'

red 223 ◦ green 65 ◦ blue 178

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

Shades of Razzle Dazzle Rose #DF41B2

Tints of Razzle Dazzle Rose #DF41B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.2%

R = 47.85%
G = 13.95%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF41B2 (or 0xDF41B2) is known color: Razzle Dazzle Rose. HEX triplet: DF, 41 and B2. RGB value is (223,65,178). Sum of RGB (Red+Green+Blue) = 223+65+178=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 65 (25.78% from 255 or 13.95% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF41B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF41B2 is #20BE4D. Grayscale: #7C7C7C. Windows color (decimal): -2145870 or 11682271. OLE color: 11682271.

HSL color Cylindrical-coordinate representation of color #DF41B2: hue angle of 317.09º 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 #DF41B2 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 65 178 -
CMYK 0 0.71 0.20 0.13
HSL 317.09º 0.71% 0.56% -
HSV(B) 317.09º 0.71% 0.87% -
XYZ 40.36 22.68 44.37 -
YUV 125.12 157.85 197.81 -
System Red Green Blue C M Y K H S L
Decimal 223 65 178 0 0.71 0.20 0.13 317.09 0.71 0.56
Hex DF 41 B2 0 47 14 D 13D 47 38
Octal 337 101 262 0 107 24 15 475 107 70
Binary 11011111 1000001 10110010 0 1000111 10100 1101 100111101 1000111 111000

Color Harmonies of #DF41B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF41B2

Black with #DF41B2

Text Example


Text Example

White with #DF41B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF41B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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