Html Css Color HEX #D830C9 Razzle Dazzle Rose

📋 copy color: '#D830C9'

red 216 ◦ green 48 ◦ blue 201

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

Shades of Razzle Dazzle Rose #D830C9

Tints of Razzle Dazzle Rose #D830C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.23%

R = 46.45%
G = 10.32%
B = 43.23%

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

#D830C9 (or 0xD830C9) is known color: Razzle Dazzle Rose. HEX triplet: D8, 30 and C9. RGB value is (216,48,201). Sum of RGB (Red+Green+Blue) = 216+48+201=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 48 (19.14% from 255 or 10.32% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D830C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D830C9 is #27CF36. Grayscale: #737373. Windows color (decimal): -2608951 or 13185240. OLE color: 13185240.

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

Color convert

RGB 216 48 201 -
CMYK 0 0.78 0.07 0.15
HSL 305.36º 0.68% 0.52% -
HSV(B) 305.36º 0.78% 0.85% -
XYZ 39.92 20.93 57.19 -
YUV 115.67 176.16 199.56 -
System Red Green Blue C M Y K H S L
Decimal 216 48 201 0 0.78 0.07 0.15 305.36 0.68 0.52
Hex D8 30 C9 0 4E 7 F 131 44 34
Octal 330 60 311 0 116 7 17 461 104 64
Binary 11011000 110000 11001001 0 1001110 111 1111 100110001 1000100 110100

Color Harmonies of #D830C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D830C9

Black with #D830C9

Text Example


Text Example

White with #D830C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D830C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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