Html Css Color HEX #D830BC Razzle Dazzle Rose

📋 copy color: '#D830BC'

red 216 ◦ green 48 ◦ blue 188

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

Shades of Razzle Dazzle Rose #D830BC

Tints of Razzle Dazzle Rose #D830BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.59%

R = 47.79%
G = 10.62%
B = 41.59%

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

#D830BC (or 0xD830BC) is known color: Razzle Dazzle Rose. HEX triplet: D8, 30 and BC. RGB value is (216,48,188). Sum of RGB (Red+Green+Blue) = 216+48+188=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 48 (19.14% from 255 or 10.62% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D830BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D830BC is #27CF43. Grayscale: #717171. Windows color (decimal): -2608964 or 12333272. OLE color: 12333272.

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

Color convert

RGB 216 48 188 -
CMYK 0 0.78 0.13 0.15
HSL 310º 0.68% 0.52% -
HSV(B) 310º 0.78% 0.85% -
XYZ 38.45 20.34 49.48 -
YUV 114.19 169.66 200.62 -
System Red Green Blue C M Y K H S L
Decimal 216 48 188 0 0.78 0.13 0.15 310 0.68 0.52
Hex D8 30 BC 0 4E D F 136 44 34
Octal 330 60 274 0 116 15 17 466 104 64
Binary 11011000 110000 10111100 0 1001110 1101 1111 100110110 1000100 110100

Color Harmonies of #D830BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D830BC

Black with #D830BC

Text Example


Text Example

White with #D830BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D830BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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