Html Css Color HEX #D0375F Cerise

📋 copy color: '#D0375F'

red 208 ◦ green 55 ◦ blue 95

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

Shades of Cerise #D0375F

Tints of Cerise #D0375F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.36%

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

R = 58.1%
G = 15.36%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0375F (or 0xD0375F) is known color: Cerise. HEX triplet: D0, 37 and 5F. RGB value is (208,55,95). Sum of RGB (Red+Green+Blue) = 208+55+95=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D0375F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0375F is #2FC8A0. Grayscale: #696969. Windows color (decimal): -3131553 or 6240208. OLE color: 6240208.

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

Color convert

RGB 208 55 95 -
CMYK 0 0.74 0.54 0.18
HSL 344.31º 0.62% 0.52% -
HSV(B) 344.31º 0.74% 0.82% -
XYZ 29.44 16.97 12.55 -
YUV 105.31 122.19 201.25 -
System Red Green Blue C M Y K H S L
Decimal 208 55 95 0 0.74 0.54 0.18 344.31 0.62 0.52
Hex D0 37 5F 0 4A 36 12 158 3E 34
Octal 320 67 137 0 112 66 22 530 76 64
Binary 11010000 110111 1011111 0 1001010 110110 10010 101011000 111110 110100

Color Harmonies of #D0375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0375F

Black with #D0375F

Text Example


Text Example

White with #D0375F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0375F; }

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

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

background-color css

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

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

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

border-color css

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

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

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