Html Css Color HEX #DF3BBB Razzle Dazzle Rose

📋 copy color: '#DF3BBB'

red 223 ◦ green 59 ◦ blue 187

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

Shades of Razzle Dazzle Rose #DF3BBB

Tints of Razzle Dazzle Rose #DF3BBB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.58%

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

R = 47.55%
G = 12.58%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DF3BBB (or 0xDF3BBB) is known color: Razzle Dazzle Rose. HEX triplet: DF, 3B and BB. RGB value is (223,59,187). Sum of RGB (Red+Green+Blue) = 223+59+187=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 59 (23.44% from 255 or 12.58% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF3BBB is #20C444. Grayscale: #7A7A7A. Windows color (decimal): -2147397 or 12270559. OLE color: 12270559.

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

Color convert

RGB 223 59 187 -
CMYK 0 0.74 0.16 0.13
HSL 313.17º 0.72% 0.55% -
HSV(B) 313.17º 0.74% 0.87% -
XYZ 40.97 22.4 49.18 -
YUV 122.63 164.33 199.59 -
System Red Green Blue C M Y K H S L
Decimal 223 59 187 0 0.74 0.16 0.13 313.17 0.72 0.55
Hex DF 3B BB 0 4A 10 D 139 48 37
Octal 337 73 273 0 112 20 15 471 110 67
Binary 11011111 111011 10111011 0 1001010 10000 1101 100111001 1001000 110111

Color Harmonies of #DF3BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3BBB

Black with #DF3BBB

Text Example


Text Example

White with #DF3BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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