Html Css Color HEX #DF40BB Razzle Dazzle Rose

📋 copy color: '#DF40BB'

red 223 ◦ green 64 ◦ blue 187

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

Shades of Razzle Dazzle Rose #DF40BB

Tints of Razzle Dazzle Rose #DF40BB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.5%

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

R = 47.05%
G = 13.5%
B = 39.45%

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

#DF40BB (or 0xDF40BB) is known color: Razzle Dazzle Rose. HEX triplet: DF, 40 and BB. RGB value is (223,64,187). Sum of RGB (Red+Green+Blue) = 223+64+187=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF40BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF40BB is #20BF44. Grayscale: #7D7D7D. Windows color (decimal): -2146117 or 12271839. OLE color: 12271839.

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

Color convert

RGB 223 64 187 -
CMYK 0 0.71 0.16 0.13
HSL 313.58º 0.71% 0.56% -
HSV(B) 313.58º 0.71% 0.87% -
XYZ 41.23 22.94 49.27 -
YUV 125.56 162.68 197.5 -
System Red Green Blue C M Y K H S L
Decimal 223 64 187 0 0.71 0.16 0.13 313.58 0.71 0.56
Hex DF 40 BB 0 47 10 D 13A 47 38
Octal 337 100 273 0 107 20 15 472 107 70
Binary 11011111 1000000 10111011 0 1000111 10000 1101 100111010 1000111 111000

Color Harmonies of #DF40BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF40BB

Black with #DF40BB

Text Example


Text Example

White with #DF40BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF40BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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