Html Css Color HEX #D830BE Razzle Dazzle Rose

📋 copy color: '#D830BE'

red 216 ◦ green 48 ◦ blue 190

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

Shades of Razzle Dazzle Rose #D830BE

Tints of Razzle Dazzle Rose #D830BE

RGB

 RED value IS 216 (84.77% from 255) = 47.58%

 GREEN value IS 48 (19.14% from 255) = 10.57%

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

R = 47.58%
G = 10.57%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D830BE (or 0xD830BE) is known color: Razzle Dazzle Rose. HEX triplet: D8, 30 and BE. RGB value is (216,48,190). Sum of RGB (Red+Green+Blue) = 216+48+190=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 48 (19.14% from 255 or 10.57% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D830BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D830BE is #27CF41. Grayscale: #727272. Windows color (decimal): -2608962 or 12464344. OLE color: 12464344.

HSL color Cylindrical-coordinate representation of color #D830BE: hue angle of 309.29º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D830BE is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 48 190 -
CMYK 0 0.78 0.12 0.15
HSL 309.29º 0.68% 0.52% -
HSV(B) 309.29º 0.78% 0.85% -
XYZ 38.67 20.43 50.62 -
YUV 114.42 170.66 200.45 -
System Red Green Blue C M Y K H S L
Decimal 216 48 190 0 0.78 0.12 0.15 309.29 0.68 0.52
Hex D8 30 BE 0 4E C F 135 44 34
Octal 330 60 276 0 116 14 17 465 104 64
Binary 11011000 110000 10111110 0 1001110 1100 1111 100110101 1000100 110100

Color Harmonies of #D830BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D830BE

Black with #D830BE

Text Example


Text Example

White with #D830BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D830BE; }

 p { color: rgb(216,48,190); }

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

background-color css

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

 a { background-color: rgb(216,48,190); }

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

border-color css

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

 span { border-color: rgb(216,48,190); }

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