Html Css Color HEX #DF38BB Razzle Dazzle Rose

📋 copy color: '#DF38BB'

red 223 ◦ green 56 ◦ blue 187

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

Shades of Razzle Dazzle Rose #DF38BB

Tints of Razzle Dazzle Rose #DF38BB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.02%

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

R = 47.85%
G = 12.02%
B = 40.13%

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

#DF38BB (or 0xDF38BB) is known color: Razzle Dazzle Rose. HEX triplet: DF, 38 and BB. RGB value is (223,56,187). Sum of RGB (Red+Green+Blue) = 223+56+187=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 56 (22.27% from 255 or 12.02% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF38BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF38BB is #20C744. Grayscale: #787878. Windows color (decimal): -2148165 or 12269791. OLE color: 12269791.

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

Color convert

RGB 223 56 187 -
CMYK 0 0.75 0.16 0.13
HSL 312.93º 0.72% 0.55% -
HSV(B) 312.93º 0.75% 0.87% -
XYZ 40.82 22.1 49.13 -
YUV 120.87 165.33 200.85 -
System Red Green Blue C M Y K H S L
Decimal 223 56 187 0 0.75 0.16 0.13 312.93 0.72 0.55
Hex DF 38 BB 0 4B 10 D 139 48 37
Octal 337 70 273 0 113 20 15 471 110 67
Binary 11011111 111000 10111011 0 1001011 10000 1101 100111001 1001000 110111

Color Harmonies of #DF38BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF38BB

Black with #DF38BB

Text Example


Text Example

White with #DF38BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF38BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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