Html Css Color HEX #D830C0 Razzle Dazzle Rose

📋 copy color: '#D830C0'

red 216 ◦ green 48 ◦ blue 192

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

Shades of Razzle Dazzle Rose #D830C0

Tints of Razzle Dazzle Rose #D830C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.11%

R = 47.37%
G = 10.53%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D830C0 (or 0xD830C0) is known color: Razzle Dazzle Rose. HEX triplet: D8, 30 and C0. RGB value is (216,48,192). Sum of RGB (Red+Green+Blue) = 216+48+192=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 48 (19.14% from 255 or 10.53% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D830C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D830C0 is #27CF3F. Grayscale: #727272. Windows color (decimal): -2608960 or 12595416. OLE color: 12595416.

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

Color convert

RGB 216 48 192 -
CMYK 0 0.78 0.11 0.15
HSL 308.57º 0.68% 0.52% -
HSV(B) 308.57º 0.78% 0.85% -
XYZ 38.89 20.52 51.78 -
YUV 114.65 171.66 200.29 -
System Red Green Blue C M Y K H S L
Decimal 216 48 192 0 0.78 0.11 0.15 308.57 0.68 0.52
Hex D8 30 C0 0 4E B F 135 44 34
Octal 330 60 300 0 116 13 17 465 104 64
Binary 11011000 110000 11000000 0 1001110 1011 1111 100110101 1000100 110100

Color Harmonies of #D830C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D830C0

Black with #D830C0

Text Example


Text Example

White with #D830C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D830C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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