Html Css Color HEX #D830C3 Razzle Dazzle Rose

📋 copy color: '#D830C3'

red 216 ◦ green 48 ◦ blue 195

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

Shades of Razzle Dazzle Rose #D830C3

Tints of Razzle Dazzle Rose #D830C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.48%

R = 47.06%
G = 10.46%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D830C3 (or 0xD830C3) is known color: Razzle Dazzle Rose. HEX triplet: D8, 30 and C3. RGB value is (216,48,195). Sum of RGB (Red+Green+Blue) = 216+48+195=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 48 (19.14% from 255 or 10.46% from 459); Blue value is 195 (76.56% from 255 or 42.48% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D830C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D830C3 is #27CF3C. Grayscale: #727272. Windows color (decimal): -2608957 or 12792024. OLE color: 12792024.

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

Color convert

RGB 216 48 195 -
CMYK 0 0.78 0.10 0.15
HSL 307.5º 0.68% 0.52% -
HSV(B) 307.5º 0.78% 0.85% -
XYZ 39.23 20.65 53.55 -
YUV 114.99 173.16 200.05 -
System Red Green Blue C M Y K H S L
Decimal 216 48 195 0 0.78 0.10 0.15 307.5 0.68 0.52
Hex D8 30 C3 0 4E A F 134 44 34
Octal 330 60 303 0 116 12 17 464 104 64
Binary 11011000 110000 11000011 0 1001110 1010 1111 100110100 1000100 110100

Color Harmonies of #D830C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D830C3

Black with #D830C3

Text Example


Text Example

White with #D830C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D830C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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