Html Css Color HEX #DF3FBB Razzle Dazzle Rose

📋 copy color: '#DF3FBB'

red 223 ◦ green 63 ◦ blue 187

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

Shades of Razzle Dazzle Rose #DF3FBB

Tints of Razzle Dazzle Rose #DF3FBB

RGB

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

 GREEN value IS 63 (25% from 255) = 13.32%

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

R = 47.15%
G = 13.32%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DF3FBB (or 0xDF3FBB) is known color: Razzle Dazzle Rose. HEX triplet: DF, 3F and BB. RGB value is (223,63,187). Sum of RGB (Red+Green+Blue) = 223+63+187=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF3FBB is #20C044. Grayscale: #7C7C7C. Windows color (decimal): -2146373 or 12271583. OLE color: 12271583.

HSL color Cylindrical-coordinate representation of color #DF3FBB: hue angle of 313.5º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF3FBB is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 63 187 -
CMYK 0 0.72 0.16 0.13
HSL 313.5º 0.71% 0.56% -
HSV(B) 313.5º 0.72% 0.87% -
XYZ 41.18 22.83 49.25 -
YUV 124.98 163.01 197.92 -
System Red Green Blue C M Y K H S L
Decimal 223 63 187 0 0.72 0.16 0.13 313.5 0.71 0.56
Hex DF 3F BB 0 48 10 D 13A 47 38
Octal 337 77 273 0 110 20 15 472 107 70
Binary 11011111 111111 10111011 0 1001000 10000 1101 100111010 1000111 111000

Color Harmonies of #DF3FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3FBB

Black with #DF3FBB

Text Example


Text Example

White with #DF3FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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