Html Css Color HEX #D830C8 Razzle Dazzle Rose

📋 copy color: '#D830C8'

red 216 ◦ green 48 ◦ blue 200

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

Shades of Razzle Dazzle Rose #D830C8

Tints of Razzle Dazzle Rose #D830C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.1%

R = 46.55%
G = 10.34%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D830C8 (or 0xD830C8) is known color: Razzle Dazzle Rose. HEX triplet: D8, 30 and C8. RGB value is (216,48,200). Sum of RGB (Red+Green+Blue) = 216+48+200=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 48 (19.14% from 255 or 10.34% from 464); Blue value is 200 (78.52% from 255 or 43.10% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D830C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D830C8 is #27CF37. Grayscale: #737373. Windows color (decimal): -2608952 or 13119704. OLE color: 13119704.

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

Color convert

RGB 216 48 200 -
CMYK 0 0.78 0.07 0.15
HSL 305.71º 0.68% 0.52% -
HSV(B) 305.71º 0.78% 0.85% -
XYZ 39.8 20.88 56.58 -
YUV 115.56 175.66 199.64 -
System Red Green Blue C M Y K H S L
Decimal 216 48 200 0 0.78 0.07 0.15 305.71 0.68 0.52
Hex D8 30 C8 0 4E 7 F 132 44 34
Octal 330 60 310 0 116 7 17 462 104 64
Binary 11011000 110000 11001000 0 1001110 111 1111 100110010 1000100 110100

Color Harmonies of #D830C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D830C8

Black with #D830C8

Text Example


Text Example

White with #D830C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D830C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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