Html Css Color HEX #D3385C Cerise

📋 copy color: '#D3385C'

red 211 ◦ green 56 ◦ blue 92

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

Shades of Cerise #D3385C

Tints of Cerise #D3385C

RGB

 RED value IS 211 (82.81% from 255) = 58.77%

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

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

R = 58.77%
G = 15.6%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D3385C (or 0xD3385C) is known color: Cerise. HEX triplet: D3, 38 and 5C. RGB value is (211,56,92). Sum of RGB (Red+Green+Blue) = 211+56+92=359 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.77% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 211 - color contains mainly: red. Hex color #D3385C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3385C is #2CC7A3. Grayscale: #6A6A6A. Windows color (decimal): -2934692 or 6043859. OLE color: 6043859.

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

Color convert

RGB 211 56 92 -
CMYK 0 0.73 0.56 0.17
HSL 346.06º 0.64% 0.52% -
HSV(B) 346.06º 0.73% 0.83% -
XYZ 30.21 17.45 11.9 -
YUV 106.45 119.85 202.57 -
System Red Green Blue C M Y K H S L
Decimal 211 56 92 0 0.73 0.56 0.17 346.06 0.64 0.52
Hex D3 38 5C 0 49 38 11 15A 40 34
Octal 323 70 134 0 111 70 21 532 100 64
Binary 11010011 111000 1011100 0 1001001 111000 10001 101011010 1000000 110100

Color Harmonies of #D3385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3385C

Black with #D3385C

Text Example


Text Example

White with #D3385C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3385C; }

 p { color: rgb(211,56,92); }

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

background-color css

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

 a { background-color: rgb(211,56,92); }

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

border-color css

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

 span { border-color: rgb(211,56,92); }

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