Html Css Color HEX #DF40B2 Razzle Dazzle Rose

📋 copy color: '#DF40B2'

red 223 ◦ green 64 ◦ blue 178

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

Shades of Razzle Dazzle Rose #DF40B2

Tints of Razzle Dazzle Rose #DF40B2

RGB

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

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

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

R = 47.96%
G = 13.76%
B = 38.28%

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

#DF40B2 (or 0xDF40B2) is known color: Razzle Dazzle Rose. HEX triplet: DF, 40 and B2. RGB value is (223,64,178). Sum of RGB (Red+Green+Blue) = 223+64+178=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF40B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF40B2 is #20BF4D. Grayscale: #7C7C7C. Windows color (decimal): -2146126 or 11682015. OLE color: 11682015.

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

Color convert

RGB 223 64 178 -
CMYK 0 0.71 0.20 0.13
HSL 316.98º 0.71% 0.56% -
HSV(B) 316.98º 0.71% 0.87% -
XYZ 40.3 22.57 44.35 -
YUV 124.54 158.18 198.23 -
System Red Green Blue C M Y K H S L
Decimal 223 64 178 0 0.71 0.20 0.13 316.98 0.71 0.56
Hex DF 40 B2 0 47 14 D 13D 47 38
Octal 337 100 262 0 107 24 15 475 107 70
Binary 11011111 1000000 10110010 0 1000111 10100 1101 100111101 1000111 111000

Color Harmonies of #DF40B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF40B2

Black with #DF40B2

Text Example


Text Example

White with #DF40B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF40B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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