Html Css Color HEX #D128AF Deep Cerise

📋 copy color: '#D128AF'

red 209 ◦ green 40 ◦ blue 175

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

Shades of Deep Cerise #D128AF

Tints of Deep Cerise #D128AF

RGB

 RED value IS 209 (82.03% from 255) = 49.29%

 GREEN value IS 40 (16.02% from 255) = 9.43%

 BLUE value IS 175 (68.75% from 255) = 41.27%

R = 49.29%
G = 9.43%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D128AF (or 0xD128AF) is known color: Deep Cerise. HEX triplet: D1, 28 and AF. RGB value is (209,40,175). Sum of RGB (Red+Green+Blue) = 209+40+175=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 40 (16.02% from 255 or 9.43% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D128AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D128AF is #2ED750. Grayscale: #696969. Windows color (decimal): -3069777 or 11479249. OLE color: 11479249.

HSL color Cylindrical-coordinate representation of color #D128AF: hue angle of 312.07º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D128AF is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 40 175 -
CMYK 0 0.81 0.16 0.18
HSL 312.07º 0.68% 0.49% -
HSV(B) 312.07º 0.81% 0.82% -
XYZ 34.79 18.17 42.23 -
YUV 105.92 166.99 201.52 -
System Red Green Blue C M Y K H S L
Decimal 209 40 175 0 0.81 0.16 0.18 312.07 0.68 0.49
Hex D1 28 AF 0 51 10 12 138 44 31
Octal 321 50 257 0 121 20 22 470 104 61
Binary 11010001 101000 10101111 0 1010001 10000 10010 100111000 1000100 110001

Color Harmonies of #D128AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D128AF

Black with #D128AF

Text Example


Text Example

White with #D128AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D128AF; }

 p { color: rgb(209,40,175); }

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

background-color css

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

 a { background-color: rgb(209,40,175); }

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

border-color css

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

 span { border-color: rgb(209,40,175); }

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