Html Css Color HEX #D830C1 Razzle Dazzle Rose

📋 copy color: '#D830C1'

red 216 ◦ green 48 ◦ blue 193

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

Shades of Razzle Dazzle Rose #D830C1

Tints of Razzle Dazzle Rose #D830C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.23%

R = 47.26%
G = 10.5%
B = 42.23%

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

#D830C1 (or 0xD830C1) is known color: Razzle Dazzle Rose. HEX triplet: D8, 30 and C1. RGB value is (216,48,193). Sum of RGB (Red+Green+Blue) = 216+48+193=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 48 (19.14% from 255 or 10.50% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D830C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D830C1 is #27CF3E. Grayscale: #727272. Windows color (decimal): -2608959 or 12660952. OLE color: 12660952.

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

Color convert

RGB 216 48 193 -
CMYK 0 0.78 0.11 0.15
HSL 308.21º 0.68% 0.52% -
HSV(B) 308.21º 0.78% 0.85% -
XYZ 39 20.56 52.37 -
YUV 114.76 172.16 200.21 -
System Red Green Blue C M Y K H S L
Decimal 216 48 193 0 0.78 0.11 0.15 308.21 0.68 0.52
Hex D8 30 C1 0 4E B F 134 44 34
Octal 330 60 301 0 116 13 17 464 104 64
Binary 11011000 110000 11000001 0 1001110 1011 1111 100110100 1000100 110100

Color Harmonies of #D830C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D830C1

Black with #D830C1

Text Example


Text Example

White with #D830C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D830C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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