Html Css Color HEX #DF33BB Razzle Dazzle Rose

📋 copy color: '#DF33BB'

red 223 ◦ green 51 ◦ blue 187

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

Shades of Razzle Dazzle Rose #DF33BB

Tints of Razzle Dazzle Rose #DF33BB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.06%

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

R = 48.37%
G = 11.06%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DF33BB (or 0xDF33BB) is known color: Razzle Dazzle Rose. HEX triplet: DF, 33 and BB. RGB value is (223,51,187). Sum of RGB (Red+Green+Blue) = 223+51+187=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 51 (20.31% from 255 or 11.06% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF33BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF33BB is #20CC44. Grayscale: #757575. Windows color (decimal): -2149445 or 12268511. OLE color: 12268511.

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

Color convert

RGB 223 51 187 -
CMYK 0 0.77 0.16 0.13
HSL 312.56º 0.73% 0.54% -
HSV(B) 312.56º 0.77% 0.87% -
XYZ 40.58 21.64 49.05 -
YUV 117.93 166.98 202.94 -
System Red Green Blue C M Y K H S L
Decimal 223 51 187 0 0.77 0.16 0.13 312.56 0.73 0.54
Hex DF 33 BB 0 4D 10 D 139 49 36
Octal 337 63 273 0 115 20 15 471 111 66
Binary 11011111 110011 10111011 0 1001101 10000 1101 100111001 1001001 110110

Color Harmonies of #DF33BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF33BB

Black with #DF33BB

Text Example


Text Example

White with #DF33BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF33BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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