Html Css Color HEX #D933BB Razzle Dazzle Rose

📋 copy color: '#D933BB'

red 217 ◦ green 51 ◦ blue 187

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

Shades of Razzle Dazzle Rose #D933BB

Tints of Razzle Dazzle Rose #D933BB

RGB

 RED value IS 217 (85.16% from 255) = 47.69%

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

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

R = 47.69%
G = 11.21%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D933BB (or 0xD933BB) is known color: Razzle Dazzle Rose. HEX triplet: D9, 33 and BB. RGB value is (217,51,187). Sum of RGB (Red+Green+Blue) = 217+51+187=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 51 (20.31% from 255 or 11.21% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D933BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D933BB is #26CC44. Grayscale: #737373. Windows color (decimal): -2542661 or 12268505. OLE color: 12268505.

HSL color Cylindrical-coordinate representation of color #D933BB: hue angle of 310.84º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D933BB is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 51 187 -
CMYK 0 0.76 0.14 0.15
HSL 310.84º 0.69% 0.53% -
HSV(B) 310.84º 0.76% 0.85% -
XYZ 38.77 20.71 48.97 -
YUV 116.14 168 199.94 -
System Red Green Blue C M Y K H S L
Decimal 217 51 187 0 0.76 0.14 0.15 310.84 0.69 0.53
Hex D9 33 BB 0 4C E F 137 45 35
Octal 331 63 273 0 114 16 17 467 105 65
Binary 11011001 110011 10111011 0 1001100 1110 1111 100110111 1000101 110101

Color Harmonies of #D933BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D933BB

Black with #D933BB

Text Example


Text Example

White with #D933BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D933BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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