Html Css Color HEX #D4305C Cerise

📋 copy color: '#D4305C'

red 212 ◦ green 48 ◦ blue 92

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

Shades of Cerise #D4305C

Tints of Cerise #D4305C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.14%

R = 60.23%
G = 13.64%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D4305C (or 0xD4305C) is known color: Cerise. HEX triplet: D4, 30 and 5C. RGB value is (212,48,92). Sum of RGB (Red+Green+Blue) = 212+48+92=352 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.23% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 212 - color contains mainly: red. Hex color #D4305C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4305C is #2BCFA3. Grayscale: #666666. Windows color (decimal): -2871204 or 6041812. OLE color: 6041812.

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

Color convert

RGB 212 48 92 -
CMYK 0 0.77 0.57 0.17
HSL 343.9º 0.66% 0.51% -
HSV(B) 343.9º 0.77% 0.83% -
XYZ 30.14 16.88 11.8 -
YUV 102.05 122.33 206.42 -
System Red Green Blue C M Y K H S L
Decimal 212 48 92 0 0.77 0.57 0.17 343.9 0.66 0.51
Hex D4 30 5C 0 4D 39 11 158 42 33
Octal 324 60 134 0 115 71 21 530 102 63
Binary 11010100 110000 1011100 0 1001101 111001 10001 101011000 1000010 110011

Color Harmonies of #D4305C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4305C

Black with #D4305C

Text Example


Text Example

White with #D4305C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4305C; }

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

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

background-color css

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

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

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

border-color css

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

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

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