Html Css Color HEX #D4385A Cerise

📋 copy color: '#D4385A'

red 212 ◦ green 56 ◦ blue 90

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

Shades of Cerise #D4385A

Tints of Cerise #D4385A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.14%

R = 59.22%
G = 15.64%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D4385A (or 0xD4385A) is known color: Cerise. HEX triplet: D4, 38 and 5A. RGB value is (212,56,90). Sum of RGB (Red+Green+Blue) = 212+56+90=358 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.22% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 212 - color contains mainly: red. Hex color #D4385A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4385A is #2BC7A5. Grayscale: #6A6A6A. Windows color (decimal): -2869158 or 5912788. OLE color: 5912788.

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

Color convert

RGB 212 56 90 -
CMYK 0 0.74 0.58 0.17
HSL 346.92º 0.64% 0.53% -
HSV(B) 346.92º 0.74% 0.83% -
XYZ 30.41 17.56 11.46 -
YUV 106.52 118.68 203.24 -
System Red Green Blue C M Y K H S L
Decimal 212 56 90 0 0.74 0.58 0.17 346.92 0.64 0.53
Hex D4 38 5A 0 4A 3A 11 15B 40 35
Octal 324 70 132 0 112 72 21 533 100 65
Binary 11010100 111000 1011010 0 1001010 111010 10001 101011011 1000000 110101

Color Harmonies of #D4385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4385A

Black with #D4385A

Text Example


Text Example

White with #D4385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4385A; }

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

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

background-color css

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

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

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

border-color css

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

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

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