Html Css Color HEX #DF37BB Razzle Dazzle Rose

📋 copy color: '#DF37BB'

red 223 ◦ green 55 ◦ blue 187

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

Shades of Razzle Dazzle Rose #DF37BB

Tints of Razzle Dazzle Rose #DF37BB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.83%

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

R = 47.96%
G = 11.83%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DF37BB (or 0xDF37BB) is known color: Razzle Dazzle Rose. HEX triplet: DF, 37 and BB. RGB value is (223,55,187). Sum of RGB (Red+Green+Blue) = 223+55+187=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 55 (21.88% from 255 or 11.83% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF37BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF37BB is #20C844. Grayscale: #777777. Windows color (decimal): -2148421 or 12269535. OLE color: 12269535.

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

Color convert

RGB 223 55 187 -
CMYK 0 0.75 0.16 0.13
HSL 312.86º 0.72% 0.55% -
HSV(B) 312.86º 0.75% 0.87% -
XYZ 40.77 22.01 49.11 -
YUV 120.28 165.66 201.27 -
System Red Green Blue C M Y K H S L
Decimal 223 55 187 0 0.75 0.16 0.13 312.86 0.72 0.55
Hex DF 37 BB 0 4B 10 D 139 48 37
Octal 337 67 273 0 113 20 15 471 110 67
Binary 11011111 110111 10111011 0 1001011 10000 1101 100111001 1001000 110111

Color Harmonies of #DF37BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF37BB

Black with #DF37BB

Text Example


Text Example

White with #DF37BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF37BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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