Html Css Color HEX #D0315F Cerise

📋 copy color: '#D0315F'

red 208 ◦ green 49 ◦ blue 95

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

Shades of Cerise #D0315F

Tints of Cerise #D0315F

RGB

 RED value IS 208 (81.64% from 255) = 59.09%

 GREEN value IS 49 (19.53% from 255) = 13.92%

 BLUE value IS 95 (37.5% from 255) = 26.99%

R = 59.09%
G = 13.92%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0315F (or 0xD0315F) is known color: Cerise. HEX triplet: D0, 31 and 5F. RGB value is (208,49,95). Sum of RGB (Red+Green+Blue) = 208+49+95=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D0315F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0315F is #2FCEA0. Grayscale: #656565. Windows color (decimal): -3133089 or 6238672. OLE color: 6238672.

HSL color Cylindrical-coordinate representation of color #D0315F: hue angle of 342.64º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0315F is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 49 95 -
CMYK 0 0.76 0.54 0.18
HSL 342.64º 0.63% 0.5% -
HSV(B) 342.64º 0.76% 0.82% -
XYZ 29.18 16.43 12.46 -
YUV 101.79 124.18 203.76 -
System Red Green Blue C M Y K H S L
Decimal 208 49 95 0 0.76 0.54 0.18 342.64 0.63 0.5
Hex D0 31 5F 0 4C 36 12 157 3F 32
Octal 320 61 137 0 114 66 22 527 77 62
Binary 11010000 110001 1011111 0 1001100 110110 10010 101010111 111111 110010

Color Harmonies of #D0315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0315F

Black with #D0315F

Text Example


Text Example

White with #D0315F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0315F; }

 p { color: rgb(208,49,95); }

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

background-color css

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

 a { background-color: rgb(208,49,95); }

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

border-color css

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

 span { border-color: rgb(208,49,95); }

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