Html Css Color HEX #D830BB Razzle Dazzle Rose

📋 copy color: '#D830BB'

red 216 ◦ green 48 ◦ blue 187

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

Shades of Razzle Dazzle Rose #D830BB

Tints of Razzle Dazzle Rose #D830BB

RGB

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

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

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

R = 47.89%
G = 10.64%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D830BB (or 0xD830BB) is known color: Razzle Dazzle Rose. HEX triplet: D8, 30 and BB. RGB value is (216,48,187). Sum of RGB (Red+Green+Blue) = 216+48+187=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 48 (19.14% from 255 or 10.64% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D830BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D830BB is #27CF44. Grayscale: #717171. Windows color (decimal): -2608965 or 12267736. OLE color: 12267736.

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

Color convert

RGB 216 48 187 -
CMYK 0 0.78 0.13 0.15
HSL 310.36º 0.68% 0.52% -
HSV(B) 310.36º 0.78% 0.85% -
XYZ 38.35 20.3 48.91 -
YUV 114.08 169.16 200.7 -
System Red Green Blue C M Y K H S L
Decimal 216 48 187 0 0.78 0.13 0.15 310.36 0.68 0.52
Hex D8 30 BB 0 4E D F 136 44 34
Octal 330 60 273 0 116 15 17 466 104 64
Binary 11011000 110000 10111011 0 1001110 1101 1111 100110110 1000100 110100

Color Harmonies of #D830BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D830BB

Black with #D830BB

Text Example


Text Example

White with #D830BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D830BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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