Html Css Color HEX #DF40B3 Razzle Dazzle Rose

📋 copy color: '#DF40B3'

red 223 ◦ green 64 ◦ blue 179

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

Shades of Razzle Dazzle Rose #DF40B3

Tints of Razzle Dazzle Rose #DF40B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.41%

R = 47.85%
G = 13.73%
B = 38.41%

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

#DF40B3 (or 0xDF40B3) is known color: Razzle Dazzle Rose. HEX triplet: DF, 40 and B3. RGB value is (223,64,179). Sum of RGB (Red+Green+Blue) = 223+64+179=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF40B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF40B3 is #20BF4C. Grayscale: #7C7C7C. Windows color (decimal): -2146125 or 11747551. OLE color: 11747551.

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

Color convert

RGB 223 64 179 -
CMYK 0 0.71 0.20 0.13
HSL 316.6º 0.71% 0.56% -
HSV(B) 316.6º 0.71% 0.87% -
XYZ 40.4 22.61 44.88 -
YUV 124.65 158.68 198.15 -
System Red Green Blue C M Y K H S L
Decimal 223 64 179 0 0.71 0.20 0.13 316.6 0.71 0.56
Hex DF 40 B3 0 47 14 D 13D 47 38
Octal 337 100 263 0 107 24 15 475 107 70
Binary 11011111 1000000 10110011 0 1000111 10100 1101 100111101 1000111 111000

Color Harmonies of #DF40B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF40B3

Black with #DF40B3

Text Example


Text Example

White with #DF40B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF40B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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