Html Css Color HEX #D933BE Razzle Dazzle Rose

📋 copy color: '#D933BE'

red 217 ◦ green 51 ◦ blue 190

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

Shades of Razzle Dazzle Rose #D933BE

Tints of Razzle Dazzle Rose #D933BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.48%

R = 47.38%
G = 11.14%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D933BE (or 0xD933BE) is known color: Razzle Dazzle Rose. HEX triplet: D9, 33 and BE. RGB value is (217,51,190). Sum of RGB (Red+Green+Blue) = 217+51+190=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 51 (20.31% from 255 or 11.14% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D933BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D933BE is #26CC41. Grayscale: #747474. Windows color (decimal): -2542658 or 12465113. OLE color: 12465113.

HSL color Cylindrical-coordinate representation of color #D933BE: hue angle of 309.76º 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 #D933BE is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 51 190 -
CMYK 0 0.76 0.12 0.15
HSL 309.76º 0.69% 0.53% -
HSV(B) 309.76º 0.76% 0.85% -
XYZ 39.09 20.84 50.68 -
YUV 116.48 169.5 199.7 -
System Red Green Blue C M Y K H S L
Decimal 217 51 190 0 0.76 0.12 0.15 309.76 0.69 0.53
Hex D9 33 BE 0 4C C F 136 45 35
Octal 331 63 276 0 114 14 17 466 105 65
Binary 11011001 110011 10111110 0 1001100 1100 1111 100110110 1000101 110101

Color Harmonies of #D933BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D933BE

Black with #D933BE

Text Example


Text Example

White with #D933BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D933BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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