Html Css Color HEX #D830C4 Razzle Dazzle Rose

📋 copy color: '#D830C4'

red 216 ◦ green 48 ◦ blue 196

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

Shades of Razzle Dazzle Rose #D830C4

Tints of Razzle Dazzle Rose #D830C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.61%

R = 46.96%
G = 10.43%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D830C4 (or 0xD830C4) is known color: Razzle Dazzle Rose. HEX triplet: D8, 30 and C4. RGB value is (216,48,196). Sum of RGB (Red+Green+Blue) = 216+48+196=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 48 (19.14% from 255 or 10.43% from 460); Blue value is 196 (76.95% from 255 or 42.61% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D830C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D830C4 is #27CF3B. Grayscale: #727272. Windows color (decimal): -2608956 or 12857560. OLE color: 12857560.

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

Color convert

RGB 216 48 196 -
CMYK 0 0.78 0.09 0.15
HSL 307.14º 0.68% 0.52% -
HSV(B) 307.14º 0.78% 0.85% -
XYZ 39.34 20.7 54.15 -
YUV 115.1 173.66 199.97 -
System Red Green Blue C M Y K H S L
Decimal 216 48 196 0 0.78 0.09 0.15 307.14 0.68 0.52
Hex D8 30 C4 0 4E 9 F 133 44 34
Octal 330 60 304 0 116 11 17 463 104 64
Binary 11011000 110000 11000100 0 1001110 1001 1111 100110011 1000100 110100

Color Harmonies of #D830C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D830C4

Black with #D830C4

Text Example


Text Example

White with #D830C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D830C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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