Html Css Color HEX #D0375C Cerise

📋 copy color: '#D0375C'

red 208 ◦ green 55 ◦ blue 92

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

Shades of Cerise #D0375C

Tints of Cerise #D0375C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.92%

R = 58.59%
G = 15.49%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0375C (or 0xD0375C) is known color: Cerise. HEX triplet: D0, 37 and 5C. RGB value is (208,55,92). Sum of RGB (Red+Green+Blue) = 208+55+92=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D0375C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0375C is #2FC8A3. Grayscale: #686868. Windows color (decimal): -3131556 or 6043600. OLE color: 6043600.

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

Color convert

RGB 208 55 92 -
CMYK 0 0.74 0.56 0.18
HSL 345.49º 0.62% 0.52% -
HSV(B) 345.49º 0.74% 0.82% -
XYZ 29.31 16.91 11.85 -
YUV 104.97 120.69 201.49 -
System Red Green Blue C M Y K H S L
Decimal 208 55 92 0 0.74 0.56 0.18 345.49 0.62 0.52
Hex D0 37 5C 0 4A 38 12 159 3E 34
Octal 320 67 134 0 112 70 22 531 76 64
Binary 11010000 110111 1011100 0 1001010 111000 10010 101011001 111110 110100

Color Harmonies of #D0375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0375C

Black with #D0375C

Text Example


Text Example

White with #D0375C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0375C; }

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

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

background-color css

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

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

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

border-color css

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

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

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