Html Css Color HEX #D4385B Cerise

📋 copy color: '#D4385B'

red 212 ◦ green 56 ◦ blue 91

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

Shades of Cerise #D4385B

Tints of Cerise #D4385B

RGB

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

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

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

R = 59.05%
G = 15.6%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D4385B (or 0xD4385B) is known color: Cerise. HEX triplet: D4, 38 and 5B. RGB value is (212,56,91). Sum of RGB (Red+Green+Blue) = 212+56+91=359 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.05% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 212 - color contains mainly: red. Hex color #D4385B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4385B is #2BC7A4. Grayscale: #6A6A6A. Windows color (decimal): -2869157 or 5978324. OLE color: 5978324.

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

Color convert

RGB 212 56 91 -
CMYK 0 0.74 0.57 0.17
HSL 346.54º 0.64% 0.53% -
HSV(B) 346.54º 0.74% 0.83% -
XYZ 30.45 17.58 11.69 -
YUV 106.63 119.18 203.15 -
System Red Green Blue C M Y K H S L
Decimal 212 56 91 0 0.74 0.57 0.17 346.54 0.64 0.53
Hex D4 38 5B 0 4A 39 11 15B 40 35
Octal 324 70 133 0 112 71 21 533 100 65
Binary 11010100 111000 1011011 0 1001010 111001 10001 101011011 1000000 110101

Color Harmonies of #D4385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4385B

Black with #D4385B

Text Example


Text Example

White with #D4385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4385B; }

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

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

background-color css

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

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

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

border-color css

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

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

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