Html Css Color HEX #D830C2 Razzle Dazzle Rose

📋 copy color: '#D830C2'

red 216 ◦ green 48 ◦ blue 194

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

Shades of Razzle Dazzle Rose #D830C2

Tints of Razzle Dazzle Rose #D830C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.36%

R = 47.16%
G = 10.48%
B = 42.36%

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

#D830C2 (or 0xD830C2) is known color: Razzle Dazzle Rose. HEX triplet: D8, 30 and C2. RGB value is (216,48,194). Sum of RGB (Red+Green+Blue) = 216+48+194=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 48 (19.14% from 255 or 10.48% from 458); Blue value is 194 (76.17% from 255 or 42.36% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D830C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D830C2 is #27CF3D. Grayscale: #727272. Windows color (decimal): -2608958 or 12726488. OLE color: 12726488.

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

Color convert

RGB 216 48 194 -
CMYK 0 0.78 0.10 0.15
HSL 307.86º 0.68% 0.52% -
HSV(B) 307.86º 0.78% 0.85% -
XYZ 39.11 20.61 52.96 -
YUV 114.88 172.66 200.13 -
System Red Green Blue C M Y K H S L
Decimal 216 48 194 0 0.78 0.10 0.15 307.86 0.68 0.52
Hex D8 30 C2 0 4E A F 134 44 34
Octal 330 60 302 0 116 12 17 464 104 64
Binary 11011000 110000 11000010 0 1001110 1010 1111 100110100 1000100 110100

Color Harmonies of #D830C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D830C2

Black with #D830C2

Text Example


Text Example

White with #D830C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D830C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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