Html Css Color HEX #D730AB Deep Cerise

📋 copy color: '#D730AB'

red 215 ◦ green 48 ◦ blue 171

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

Shades of Deep Cerise #D730AB

Tints of Deep Cerise #D730AB

RGB

 RED value IS 215 (84.38% from 255) = 49.54%

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

 BLUE value IS 171 (67.19% from 255) = 39.4%

R = 49.54%
G = 11.06%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D730AB (or 0xD730AB) is known color: Deep Cerise. HEX triplet: D7, 30 and AB. RGB value is (215,48,171). Sum of RGB (Red+Green+Blue) = 215+48+171=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 48 (19.14% from 255 or 11.06% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D730AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D730AB is #28CF54. Grayscale: #6F6F6F. Windows color (decimal): -2674517 or 11219159. OLE color: 11219159.

HSL color Cylindrical-coordinate representation of color #D730AB: hue angle of 315.81º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D730AB is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 48 171 -
CMYK 0 0.78 0.20 0.16
HSL 315.81º 0.68% 0.52% -
HSV(B) 315.81º 0.78% 0.84% -
XYZ 36.43 19.5 40.37 -
YUV 111.96 161.33 201.5 -
System Red Green Blue C M Y K H S L
Decimal 215 48 171 0 0.78 0.20 0.16 315.81 0.68 0.52
Hex D7 30 AB 0 4E 14 10 13C 44 34
Octal 327 60 253 0 116 24 20 474 104 64
Binary 11010111 110000 10101011 0 1001110 10100 10000 100111100 1000100 110100

Color Harmonies of #D730AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D730AB

Black with #D730AB

Text Example


Text Example

White with #D730AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D730AB; }

 p { color: rgb(215,48,171); }

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

background-color css

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

 a { background-color: rgb(215,48,171); }

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

border-color css

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

 span { border-color: rgb(215,48,171); }

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