Html Css Color HEX #D830CC Razzle Dazzle Rose

📋 copy color: '#D830CC'

red 216 ◦ green 48 ◦ blue 204

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

Shades of Razzle Dazzle Rose #D830CC

Tints of Razzle Dazzle Rose #D830CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.59%

R = 46.15%
G = 10.26%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D830CC (or 0xD830CC) is known color: Razzle Dazzle Rose. HEX triplet: D8, 30 and CC. RGB value is (216,48,204). Sum of RGB (Red+Green+Blue) = 216+48+204=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 48 (19.14% from 255 or 10.26% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D830CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D830CC is #27CF33. Grayscale: #737373. Windows color (decimal): -2608948 or 13381848. OLE color: 13381848.

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

Color convert

RGB 216 48 204 -
CMYK 0 0.78 0.06 0.15
HSL 304.29º 0.68% 0.52% -
HSV(B) 304.29º 0.78% 0.85% -
XYZ 40.27 21.07 59.07 -
YUV 116.02 177.66 199.32 -
System Red Green Blue C M Y K H S L
Decimal 216 48 204 0 0.78 0.06 0.15 304.29 0.68 0.52
Hex D8 30 CC 0 4E 6 F 130 44 34
Octal 330 60 314 0 116 6 17 460 104 64
Binary 11011000 110000 11001100 0 1001110 110 1111 100110000 1000100 110100

Color Harmonies of #D830CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D830CC

Black with #D830CC

Text Example


Text Example

White with #D830CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D830CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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