Html Css Color HEX #D6385C Cerise

📋 copy color: '#D6385C'

red 214 ◦ green 56 ◦ blue 92

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

Shades of Cerise #D6385C

Tints of Cerise #D6385C

RGB

 RED value IS 214 (83.98% from 255) = 59.12%

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

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

R = 59.12%
G = 15.47%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6385C (or 0xD6385C) is known color: Cerise. HEX triplet: D6, 38 and 5C. RGB value is (214,56,92). Sum of RGB (Red+Green+Blue) = 214+56+92=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 56 (22.27% from 255 or 15.47% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D6385C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6385C is #29C7A3. Grayscale: #6B6B6B. Windows color (decimal): -2738084 or 6043862. OLE color: 6043862.

HSL color Cylindrical-coordinate representation of color #D6385C: hue angle of 346.33º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D6385C is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 56 92 -
CMYK 0 0.74 0.57 0.16
HSL 346.33º 0.66% 0.53% -
HSV(B) 346.33º 0.74% 0.84% -
XYZ 31.08 17.9 11.94 -
YUV 107.35 119.35 204.07 -
System Red Green Blue C M Y K H S L
Decimal 214 56 92 0 0.74 0.57 0.16 346.33 0.66 0.53
Hex D6 38 5C 0 4A 39 10 15A 42 35
Octal 326 70 134 0 112 71 20 532 102 65
Binary 11010110 111000 1011100 0 1001010 111001 10000 101011010 1000010 110101

Color Harmonies of #D6385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6385C

Black with #D6385C

Text Example


Text Example

White with #D6385C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6385C; }

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

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

background-color css

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

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

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

border-color css

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

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

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