Html Css Color HEX #D4305D Cerise

📋 copy color: '#D4305D'

red 212 ◦ green 48 ◦ blue 93

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

Shades of Cerise #D4305D

Tints of Cerise #D4305D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.35%

R = 60.06%
G = 13.6%
B = 26.35%

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

#D4305D (or 0xD4305D) is known color: Cerise. HEX triplet: D4, 30 and 5D. RGB value is (212,48,93). Sum of RGB (Red+Green+Blue) = 212+48+93=353 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.06% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 212 - color contains mainly: red. Hex color #D4305D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4305D is #2BCFA2. Grayscale: #666666. Windows color (decimal): -2871203 or 6107348. OLE color: 6107348.

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

Color convert

RGB 212 48 93 -
CMYK 0 0.77 0.56 0.17
HSL 343.54º 0.66% 0.51% -
HSV(B) 343.54º 0.77% 0.83% -
XYZ 30.18 16.9 12.03 -
YUV 102.17 122.83 206.34 -
System Red Green Blue C M Y K H S L
Decimal 212 48 93 0 0.77 0.56 0.17 343.54 0.66 0.51
Hex D4 30 5D 0 4D 38 11 158 42 33
Octal 324 60 135 0 115 70 21 530 102 63
Binary 11010100 110000 1011101 0 1001101 111000 10001 101011000 1000010 110011

Color Harmonies of #D4305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4305D

Black with #D4305D

Text Example


Text Example

White with #D4305D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4305D; }

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

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

background-color css

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

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

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

border-color css

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

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

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