Html Css Color HEX #D4385E Cerise

📋 copy color: '#D4385E'

red 212 ◦ green 56 ◦ blue 94

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

Shades of Cerise #D4385E

Tints of Cerise #D4385E

RGB

 RED value IS 212 (83.2% from 255) = 58.56%

 GREEN value IS 56 (22.27% from 255) = 15.47%

 BLUE value IS 94 (37.11% from 255) = 25.97%

R = 58.56%
G = 15.47%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D4385E (or 0xD4385E) is known color: Cerise. HEX triplet: D4, 38 and 5E. RGB value is (212,56,94). Sum of RGB (Red+Green+Blue) = 212+56+94=362 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.56% from 362); Green value is 56 (22.27% from 255 or 15.47% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 212 - color contains mainly: red. Hex color #D4385E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4385E is #2BC7A1. Grayscale: #6A6A6A. Windows color (decimal): -2869154 or 6174932. OLE color: 6174932.

HSL color Cylindrical-coordinate representation of color #D4385E: hue angle of 345.38º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D4385E is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 56 94 -
CMYK 0 0.74 0.56 0.17
HSL 345.38º 0.64% 0.53% -
HSV(B) 345.38º 0.74% 0.83% -
XYZ 30.59 17.63 12.38 -
YUV 106.98 120.68 202.91 -
System Red Green Blue C M Y K H S L
Decimal 212 56 94 0 0.74 0.56 0.17 345.38 0.64 0.53
Hex D4 38 5E 0 4A 38 11 159 40 35
Octal 324 70 136 0 112 70 21 531 100 65
Binary 11010100 111000 1011110 0 1001010 111000 10001 101011001 1000000 110101

Color Harmonies of #D4385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4385E

Black with #D4385E

Text Example


Text Example

White with #D4385E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4385E; }

 p { color: rgb(212,56,94); }

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

background-color css

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

 a { background-color: rgb(212,56,94); }

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

border-color css

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

 span { border-color: rgb(212,56,94); }

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