Html Css Color HEX #D930C8 Razzle Dazzle Rose

📋 copy color: '#D930C8'

red 217 ◦ green 48 ◦ blue 200

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

Shades of Razzle Dazzle Rose #D930C8

Tints of Razzle Dazzle Rose #D930C8

RGB

 RED value IS 217 (85.16% from 255) = 46.67%

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

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

R = 46.67%
G = 10.32%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D930C8 (or 0xD930C8) is known color: Razzle Dazzle Rose. HEX triplet: D9, 30 and C8. RGB value is (217,48,200). Sum of RGB (Red+Green+Blue) = 217+48+200=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 48 (19.14% from 255 or 10.32% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D930C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D930C8 is #26CF37. Grayscale: #737373. Windows color (decimal): -2543416 or 13119705. OLE color: 13119705.

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

Color convert

RGB 217 48 200 -
CMYK 0 0.78 0.08 0.15
HSL 306.04º 0.69% 0.52% -
HSV(B) 306.04º 0.78% 0.85% -
XYZ 40.1 21.04 56.59 -
YUV 115.86 175.49 200.14 -
System Red Green Blue C M Y K H S L
Decimal 217 48 200 0 0.78 0.08 0.15 306.04 0.69 0.52
Hex D9 30 C8 0 4E 8 F 132 45 34
Octal 331 60 310 0 116 10 17 462 105 64
Binary 11011001 110000 11001000 0 1001110 1000 1111 100110010 1000101 110100

Color Harmonies of #D930C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D930C8

Black with #D930C8

Text Example


Text Example

White with #D930C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D930C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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