Html Css Color HEX #D4305E Cerise

📋 copy color: '#D4305E'

red 212 ◦ green 48 ◦ blue 94

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

Shades of Cerise #D4305E

Tints of Cerise #D4305E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.56%

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

R = 59.89%
G = 13.56%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D4305E (or 0xD4305E) is known color: Cerise. HEX triplet: D4, 30 and 5E. RGB value is (212,48,94). Sum of RGB (Red+Green+Blue) = 212+48+94=354 (46% of max value = 765). Red value is 212 (83.20% from 255 or 59.89% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 212 - color contains mainly: red. Hex color #D4305E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4305E is #2BCFA1. Grayscale: #666666. Windows color (decimal): -2871202 or 6172884. OLE color: 6172884.

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

Color convert

RGB 212 48 94 -
CMYK 0 0.77 0.56 0.17
HSL 343.17º 0.66% 0.51% -
HSV(B) 343.17º 0.77% 0.83% -
XYZ 30.23 16.92 12.26 -
YUV 102.28 123.33 206.26 -
System Red Green Blue C M Y K H S L
Decimal 212 48 94 0 0.77 0.56 0.17 343.17 0.66 0.51
Hex D4 30 5E 0 4D 38 11 157 42 33
Octal 324 60 136 0 115 70 21 527 102 63
Binary 11010100 110000 1011110 0 1001101 111000 10001 101010111 1000010 110011

Color Harmonies of #D4305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4305E

Black with #D4305E

Text Example


Text Example

White with #D4305E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4305E; }

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

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

background-color css

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

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

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

border-color css

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

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

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