Html Css Color HEX #DF41BB Razzle Dazzle Rose

📋 copy color: '#DF41BB'

red 223 ◦ green 65 ◦ blue 187

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

Shades of Razzle Dazzle Rose #DF41BB

Tints of Razzle Dazzle Rose #DF41BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.37%

R = 46.95%
G = 13.68%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DF41BB (or 0xDF41BB) is known color: Razzle Dazzle Rose. HEX triplet: DF, 41 and BB. RGB value is (223,65,187). Sum of RGB (Red+Green+Blue) = 223+65+187=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 65 (25.78% from 255 or 13.68% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DF41BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF41BB is #20BE44. Grayscale: #7D7D7D. Windows color (decimal): -2145861 or 12272095. OLE color: 12272095.

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

Color convert

RGB 223 65 187 -
CMYK 0 0.71 0.16 0.13
HSL 313.67º 0.71% 0.56% -
HSV(B) 313.67º 0.71% 0.87% -
XYZ 41.29 23.06 49.29 -
YUV 126.15 162.35 197.08 -
System Red Green Blue C M Y K H S L
Decimal 223 65 187 0 0.71 0.16 0.13 313.67 0.71 0.56
Hex DF 41 BB 0 47 10 D 13A 47 38
Octal 337 101 273 0 107 20 15 472 107 70
Binary 11011111 1000001 10111011 0 1000111 10000 1101 100111010 1000111 111000

Color Harmonies of #DF41BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF41BB

Black with #DF41BB

Text Example


Text Example

White with #DF41BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF41BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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