Html Css Color HEX #DF34BB Razzle Dazzle Rose

📋 copy color: '#DF34BB'

red 223 ◦ green 52 ◦ blue 187

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

Shades of Razzle Dazzle Rose #DF34BB

Tints of Razzle Dazzle Rose #DF34BB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.26%

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

R = 48.27%
G = 11.26%
B = 40.48%

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

#DF34BB (or 0xDF34BB) is known color: Razzle Dazzle Rose. HEX triplet: DF, 34 and BB. RGB value is (223,52,187). Sum of RGB (Red+Green+Blue) = 223+52+187=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 52 (20.70% from 255 or 11.26% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DF34BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF34BB is #20CB44. Grayscale: #767676. Windows color (decimal): -2149189 or 12268767. OLE color: 12268767.

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

Color convert

RGB 223 52 187 -
CMYK 0 0.77 0.16 0.13
HSL 312.63º 0.73% 0.54% -
HSV(B) 312.63º 0.77% 0.87% -
XYZ 40.63 21.73 49.07 -
YUV 118.52 166.65 202.52 -
System Red Green Blue C M Y K H S L
Decimal 223 52 187 0 0.77 0.16 0.13 312.63 0.73 0.54
Hex DF 34 BB 0 4D 10 D 139 49 36
Octal 337 64 273 0 115 20 15 471 111 66
Binary 11011111 110100 10111011 0 1001101 10000 1101 100111001 1001001 110110

Color Harmonies of #DF34BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF34BB

Black with #DF34BB

Text Example


Text Example

White with #DF34BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF34BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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