Html Css Color HEX #D0315B Cerise

📋 copy color: '#D0315B'

red 208 ◦ green 49 ◦ blue 91

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

Shades of Cerise #D0315B

Tints of Cerise #D0315B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.15%

R = 59.77%
G = 14.08%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0315B (or 0xD0315B) is known color: Cerise. HEX triplet: D0, 31 and 5B. RGB value is (208,49,91). Sum of RGB (Red+Green+Blue) = 208+49+91=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D0315B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0315B is #2FCEA4. Grayscale: #656565. Windows color (decimal): -3133093 or 5976528. OLE color: 5976528.

HSL color Cylindrical-coordinate representation of color #D0315B: hue angle of 344.15º 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 #D0315B is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 49 91 -
CMYK 0 0.76 0.56 0.18
HSL 344.15º 0.63% 0.5% -
HSV(B) 344.15º 0.76% 0.82% -
XYZ 29 16.36 11.53 -
YUV 101.33 122.18 204.08 -
System Red Green Blue C M Y K H S L
Decimal 208 49 91 0 0.76 0.56 0.18 344.15 0.63 0.5
Hex D0 31 5B 0 4C 38 12 158 3F 32
Octal 320 61 133 0 114 70 22 530 77 62
Binary 11010000 110001 1011011 0 1001100 111000 10010 101011000 111111 110010

Color Harmonies of #D0315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0315B

Black with #D0315B

Text Example


Text Example

White with #D0315B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0315B; }

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

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

background-color css

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

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

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

border-color css

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

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

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