Html Css Color HEX #DF41BE Razzle Dazzle Rose

📋 copy color: '#DF41BE'

red 223 ◦ green 65 ◦ blue 190

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

Shades of Razzle Dazzle Rose #DF41BE

Tints of Razzle Dazzle Rose #DF41BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.75%

R = 46.65%
G = 13.6%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF41BE (or 0xDF41BE) is known color: Razzle Dazzle Rose. HEX triplet: DF, 41 and BE. RGB value is (223,65,190). Sum of RGB (Red+Green+Blue) = 223+65+190=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 65 (25.78% from 255 or 13.60% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF41BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF41BE is #20BE41. Grayscale: #7E7E7E. Windows color (decimal): -2145858 or 12468703. OLE color: 12468703.

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

Color convert

RGB 223 65 190 -
CMYK 0 0.71 0.15 0.13
HSL 312.53º 0.71% 0.56% -
HSV(B) 312.53º 0.71% 0.87% -
XYZ 41.62 23.19 51 -
YUV 126.49 163.85 196.84 -
System Red Green Blue C M Y K H S L
Decimal 223 65 190 0 0.71 0.15 0.13 312.53 0.71 0.56
Hex DF 41 BE 0 47 F D 139 47 38
Octal 337 101 276 0 107 17 15 471 107 70
Binary 11011111 1000001 10111110 0 1000111 1111 1101 100111001 1000111 111000

Color Harmonies of #DF41BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF41BE

Black with #DF41BE

Text Example


Text Example

White with #DF41BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF41BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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